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 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.
