I see the same issue on our site. Interestingly I also get the issue here: http://code.google.com/apis/maps/documentation/examples/map-simple.html
When refreshing the page everything is ok. Also, it works when navigating to the page directly (i.e. copy and paste the URL, not click on a link). IE version is IE6 6.0.2900.5512.xpsp_sp3_gdr.090804-1435 On Dec 8, 11:28 am, Christian <[email protected]> wrote: > Try this :It doesn't solve the problem : It's just an inelegant > cheating trick. But it may help while waiting for google reaction. > > *************************************************** > try { > GBrowserIsCompatible();} > > catch (e) > { > window.location.reload (); > > } > > function initialize() > { > if (GBrowserIsCompatible()) ... > > *************************************************** > > On 8 déc, 20:06, Christian <[email protected]> wrote: > > > > > Hi > > Same Problem for me. And same solution : pressing the F5 refresh key > > displays the map without warning messages from the debugger ! > > I've tried many things : placing the code elsewhere in the page, > > trying with a timer of 5 sec, load the API twice,.... but with no > > success. > > I don't understand the solution of Jess (in the previous post). > > However, I've tried it also, but no change. > > I can't affirm that it is a brand new problem, since I'm not testing > > often my apps with IE6. But, the feedback from the people using my > > site is from two days only. > > > Does someone from the Google dev team read some time this group ? > > Because I think there are the only one that can answer us (if this > > problem is really new) -- 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.
