Yes, that's right. I found the other expression somewhere else... Now I've changed back to the original. I'm sorry to say that it didn't change anything on the web page - still I get the same error message and still there are no icons visible... Lennart
2010/6/10 William <[email protected]> > your code has this: > > downloadUrl("min_genxml3_gm.php", function(data) { > var xml = data.responseText; > var markers = xml.documentElement.getElementByTagName("marker"); > > but the original parsed the XML text into a DOM using the parseXml() > function: > http://code.google.com/apis/maps/articles/phpsqlajax_v3.html#createmap > > downloadUrl("phpsqlajax_genxml.php", function(data) { > var xml = parseXml(data); > var markers = xml.documentElement.getElementsByTagName("marker"); > > .... > > -- > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- 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.
