On Feb 24, 11:34 am, MJC <[email protected]> wrote: > I have created a store locator with PHP, MySQL & Google Maps and have > followed the instructions Google provides and it works great. However, > I would like to have the search box appear on my home page and the > Google Map and sidebar with the search results appear on another page, > preferably a page on my site that I select. Does anybody know the code > to do this?
Sounds like you need to pass the information in the search box to another page on your site which contains your google map. That part is normal HTML form submission. Processing the query parameters on the map page should also be pretty much outside the scope of the API, but there are examples out there, like this one from Mike Williams' tutorial: Part 20 Passing and receiving parameters http://econym.org.uk/gmap/linktothis.htm and this one I did: http://www.geocodezip.com/xmlTabsQueryStringLinkTo.asp?marker=1&tab=2 -- Larry > I have seen it done on the following site:http://www.tutorlinker.com/ > , but I am not very experienced with code to figure out how to do this > or what code I need to add to my site to do this. Any help would be > appreciated. > > Thanks -- 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.
