Yeah I think i'll use this until the devs come back with something else. Honestly if someone has IE6, I'd like to redirect them to windows update, but yeah I can't do that.
On Dec 8, 2:28 pm, 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 theAPItwice,.... 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 withIE6. 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.
