> Granted adapting to Mike's code is what I tried to do, so based on my > XML data, I used 'title' which is a unique identifier, so trued this > link: > http://www.ucl.ac.uk/admission/virtual-tours/googlemaps-test37.html?t... > However this didn't work,
You seem to have missed some vital code out ; the parts of http://econym.org.uk/gmap/example_linktomarker.htm?marker=1 that actually read what is passed in to the page's URL string ? And the part that uses the passed parameter to act on, after the XML load ? Use 'view source' in your browser and look for Mike's comments. There's a little trap with having spaces in your title strings as well. If you pass a string like 'The Building' via a URL the user's browser will encode it to 'xxxx?param=The%20Building' -- 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.
