On Apr 7, 9:46 am, bisInter <[email protected]> wrote: > So the problem is that Maps-API-Page works in some computers in IE 6 > and some not (error "GMap2 is undefined"). If one deletes the caches, > then it works. But we should not refer the customer to delete caches.
Pace Rossko, this is probably down to IE's aggressive caching policy and transient problems in getting the API script from Google. IE doesn't know if it's cached a corrupt version, and will cheerfully use it anyway. If that is the cause, there is no easy way of dealing with it, because even the "dummy parameter" method of forcing downloads of dynamic content won't work with the API script. In that case, the client must be directed to clear the cache. The various methods you have found will allow the map to fail gracefully and you can present possible reasons and fixes to the user. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
