On Nov 9, 7:19 am, borzoi <[EMAIL PROTECTED]> wrote:
> Hello everybody,
> in browsers which doesn't support Google Maps, most notably lackness
> is Opera.
Opera works for me (passes the GBrowserIsCompatible() test, although
Pamela did bring up the fact that it was at some point removed from
the list of "officially supported" browsers).
What version are you using?
> I tried a JavaScript code (embedded in body, since I'm using a CMS)
> such as this:
>
> if (google.maps.BrowserIsCompatible()) {
> // do something
> } else if(document.getElementById && document.createElement) {
> imageMap = document.createElement("img");
> imageMap.setAttribute("src","map_from_google.gif");
> imageMap.setAttribute("alt","my map");
> document.getElementById("map").appendChild(imageMap);
> }
>
> but, oh!, "map" div is altered in no way; nothing is displayed.
> As someone know, Opera doesn't support innerHTML either; but, quite
> strange, even if in "Google Maps is not supported" branch I write a
> true simple document.write("foo") or alert("foo"), Opera displays
> nothing.
Please post a link to the page that you are having issues with as
recommended in the posting guidelines.
-- Larry
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---