Return to Snippet

Revision: 64917
at October 4, 2013 08:32 by MistaTwista


Initial Code
<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>

Initial URL


Initial Description


Initial Title
Get directions from Google Maps

Initial Tags
html, google

Initial Language
HTML