Skip to content

Instantly share code, notes, and snippets.

@billy-the-kid
Created April 20, 2012 02:28
Show Gist options
  • Save billy-the-kid/2425391 to your computer and use it in GitHub Desktop.
Save billy-the-kid/2425391 to your computer and use it in GitHub Desktop.
<form id="findoneform" method="post" action="http://r.php">
<!--<input id="findastoreid" name="findastore" type="submit"/><br>-->
<input class="imageButtons" id="findByLocation" name="f_findByLocation" type="image" onclick="getUserLocation()" src="findastore.png" />
<input id="longi" type="hidden" name="f_longitude" />
<input id="lati" type="hidden" name="f_latitude" />
<h1>Alternatively, find goodies with your zip code</h1>
<input id="enterazip" name="f_enterAZip" type="text" value=" Enter your zip code"/><input id="enterAZipButton" name="f_enterazipsubmit" type="submit" value=" Search"/>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment