On Nov 25, 11:23 am, "warden [Andrew Leach - Maps API Guru]"
<[EMAIL PROTECTED]> wrote:
> On Nov 9, 8:08 pm, Mike Williams <[EMAIL PROTECTED]> wrote:
>
> > GBrowserIsCompatible is implemented in the loader code, so I suppose
> > it's possible that the server performs the compatibility test based on
> > the contents of the request header, and writes
> > function GBrowserIsCompatible() {
> > return false;
> > }
> > if the server compatibility test fails.
>
> > I don't have any incompatible browsers on my computer, so I can't see
> > that happening. If you've got an incompatible browser, try typing
> > Javascript:alert(GBrowserIsCompatible)
> > into its address bar to see what the code looks like.
>
> Opera 7 doesn't seem to work with maps, although it used to.
> GBrowserIsCompatible() is:
> function GBrowserIsCompatible()
> {
> if (G_INCOMPAT)
> return false;
> return true;}
>
> and G_INCOMPAT is false.
>
Opera 9.62 was working for me this morning. Haven't tried any of the
older versions.
-- 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
-~----------~----~----~----~------~----~------~--~---