Skip to content

Instantly share code, notes, and snippets.

@pradeep1288
Created July 14, 2012 15:17
Show Gist options
  • Save pradeep1288/3111787 to your computer and use it in GitHub Desktop.
Save pradeep1288/3111787 to your computer and use it in GitHub Desktop.
Find me the way
<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