On Sep 16, 5:26 pm, Emre Avsar <[email protected]> wrote:
> Hi guys,
>
> i have a problem... (again..)
>
> The internet explorer 8 doesn't show the markers.
> I have a generated xml-file wich is loaded with a ajax request.
> i want to parse that xml and get the information to create a marker
> for every customer or something like that...
>
> In firefox it works great (like everytime) but the IE browser makes
> some trouble...
> I alerted this line of code:
> var firmenbezeichnung = kunde.getElementsByTagName("firmenbezeichnung")
> [0].childNodes[0].nodeValue;

Why don't you use the provided browser-independant method GXml.value ?
http://econym.org.uk/gmap/basic3.htm

>Here's the skript:http://bandheads.kilu.de/polo/

I don't get a map in IE6 or FF2.  I think some other script provided
by your hosting is overwriting your map initialize() function before
it gets called.
Change yours to map_init() or something.

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