> I created for you a v=2 page with the error firing > here:http://www.terninrete.it/testgmap.asp
Fails for me in IE6. I suppose we could have been more specific and asked for a 'simple' demonstration page, there are rather a lot of other scripts on that one. I'm deeply suspicious you have a clash with one of those, the API internal variable names do change between releases so that could appear to be version-dependant. You certainly have other scripts operating on variables like 'a'. However, there's a blindingly common error of running your map initialising script within the html elements, i.e. before the DOM has finished building in some browsers. Put it right at the end of the <body> or trigger it from a page onload event. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
