Created
July 14, 2012 15:17
-
-
Save pradeep1288/3111787 to your computer and use it in GitHub Desktop.
Find me the way
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="http://maps.google.com/maps" method="get" target="_blank"> | |
<label for="saddr">Where are you now ?</label> | |
<input type="text" name="saddr" /> | |
<input type="hidden" name="daddr" value="<Your desired destination address>" /> | |
<input type="submit" value="Find me the way" /> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment