Google Map Direction Form
HTML 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="Concorde Building, Alkapuri, Vadodara" />
<input type="submit" value="Get directions" /></form>
Get Direction Form (Google Map)
No comments:
Post a Comment