> I've tried many versions. 2.x and 3.x, still no luck.

3 is completely different from and non-interchangeable with 2, I
wouldn't expect it to even try to work on a webpage written for 2.  My
point was only that, even if you request v2.121 you won't get that
version anymore.

----

In your HTML you have ...
    <select name="map" id=".....
and
    <div id="map" style=" ....

See
http://mattsnider.com/languages/javascript/xbrowser-ie-issues-with-name-and-id-attributes/

I think the API is trying to build a map in the <select> element
because of IE's confusion between name and id attributes.
Change your map div to id='map_canvas' or something.

cheers, Ross K

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