On Oct 23, 2:11 pm, pb300polar <[EMAIL PROTECTED]> wrote: > Now I have // out the first and probably the faulty new GMap2, and > relies on the load() creation of GMap2; inside the body onLoad(), and > then it seems to work great in FireFox, but I still get a lot of > errors in IE7... no map is shown in IE at all! > > The same symptom of aborted pages on IE7 as earlier continues! > > same file: > > www.trakkemaskin.no/map/integrateMap.asp
IE gets confused when you don't declare variables (particularly if there is an html element with the same id). Try adding: var map; to the global scope (just before the load function would work). -- 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 -~----------~----~----~----~------~----~------~--~---
