Created
April 30, 2014 19:17
-
-
Save brentini/11435807 to your computer and use it in GitHub Desktop.
Google Maps Get Directions Form
This file contains hidden or 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">Enter your location</label> | |
| <input type="text" name="saddr" /> | |
| <input type="hidden" name="daddr" value="350 5th Ave New York, NY 10018 (Empire State Building)" /> | |
| <input type="submit" value="Get directions" /> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment