On Dec 7, 2:32 pm, gh0st <[email protected]> wrote: > I have a sql table consisting of the following columns: > id, name, notes, lat, lng, and type. > > PHP querys the table and echos rows of the preceding columns. > I want to make links out of each row that open an infowindow of the > corresponding marker in the map. > > I'm thinking I can write a function that recieves the "id" of the > marker that calls a google.maps event that opens an infowindow for the > "id" of that marker in the map. > > page:http://whereschp.com/new/index.php?p=map > code:http://pastebin.com/wWsDKAgu<-- consists of index.php and > another fx.php
You mean something like this: http://www.geocodezip.com/v3_MW_example_linktomarker.html?marker=1 or this: http://www.geocodezip.com/v3_MW_example_linktomarker.html?id=Marker Two -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
