Hi
I have the following JavaScript search text box on my Google map page:
which searches for locations on the map:
<input type="text" id="postcode" size="28" />
<input style="height:23px" type="submit" class="button" value="center
map"
onclick="javascript:usePointFromPostcode(document.getElementById('postcode').value,
placeMarkerAtPoint)" />
Is it possible to adapt this code so it can be put on a separate page,
so the user can search my map?
Thanks
Rifki
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.