Home > HTML Questions > Can you write a small code snippet to get directions from Google map?
<form action=”http://maps.google.com/maps” method=”get” target=”_blank”>
<label for=”sadd”>Enter your location</label>
<input type=”text” name=”sadd” />
<input type=”hidden” name=”dadd” value=”350 5th Ave New York, NY 10018″/>
<input type=”submit” value=”Get directions” />
</form>