On Mar 17, 3:44 pm, "[email protected]" <[email protected]> wrote:
> Hi, experts:
>
> Last year the link i did (http://www.findsolution.net/map/
> testnews.htm) worked well. It displayed all required and looked OK.
>
> Several months later, when i tried to load it today, it only
> displayed a map without any markers or toolbar. I checked for several
> times but donot know why. Please help.
It works in IE. It doesn't work in Mozilla. You have some IE-specific
code:
var lat = item.getElementsByTagName('geo:lat')
[0].firstChild.nodeValue;
For Firefox you need to use getElementsByTagNameNS() if you use
namespaces.
Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---