> How do i define a ID in the Url.

mydomain/blah.php?my_param=199&my_other_param=banana

First you need an ID.  You might perhaps add this to your XML output
of the markers.  Have your XML handling code parse the ID along with
the rest of each marker's data, and then use that ID in the marker's
click handler to build up the URL string, like
    extUrl = basic_php_url + "?my_param=" + mymarkerID ;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to