On Feb 5, 11:56 am, Tim <[email protected]> wrote: > Hello group, > > I look after a site which features a few google maps. Sometime > recently some of the maps have stopped working in IE6 and IE7. They > continue to work in Firefox and Safari. Everything used to work in IE6 > and IE7. > > Here is a sample link:http://fdpm.co.uk/lettings/properties/062.php > The map on this page used to work in IE6 and 7, but doesn't work in > either now. As far as I'm aware nothing has changed in the code. > > I think the maps must have only recently stopped working as the > property company would have had dozens of complaints otherwise! The > company doesn't use IE at all, only Firefox, so they haven't even > noticed the problem yet... > > Just as a test I changed the map type to G_NORMAL_MAP, but it didn't > seem to make a difference. I've now gone back to G_HYBRID_MAP > > Oddly enough I look after a different completely unrelated site which > has also just had a gmap problem (marker has vanished, and map has > changed from hybrid to normal). Has something changed recently? Or > (more likely) am I doing something wrong? > > I'd be very grateful for any light anyone can shed. Thanks! > Your load function isn't being called. To verify type this in the address bar of your browser: javascript: load();
The map appears. Something else on you page is probably overwriting the window.onload function. Nothing to do with the Google Maps API... -- 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 -~----------~----~----~----~------~----~------~--~---
