I am trying to access google-maps-api from IE 6.0.29 on windows xp and its always failing the first time. When I do a page-refresh it works fine. It used to work till yesterday. Wondering if anyone is facing a similar issue. It works fine on FF and IE 7 though. The error I am seeing is that, when I try to access any of the api functions like GBrowserIsCompatible(), GUnload() etc I get a Object Expected error.
<script src="http://maps.google.com/maps? file=api&v=2&key=ABQIAAAAzr2EBOXUKnm_jVnk0OJI7xSosDVG8KKPE1- m51RBrvYughuyMxQ-i1QfUnH94QxWIa6N4U6MouMmBA" type="text/javascript"> </script> <script> $(function() { if (GBrowserIsCompatible()) { GUnload(); changeArea(); } else { alert("Sorry, the Google Maps API is not compatible with this browser"); }; }); I saw a posting that suggested changing the version but that didnt help. Whats interesting is it used to work till yesterday. We are still in dev and so I cant give a URL. I am short of ideas. Appreciate it if some-one could help me with this. Thanks, Tony -- 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.
