Hey, I'm trying to put together a simple little page with a bit of JS I wrote that will make it easier to put many maps on a page.
See my test page here: http://evilsupergenius.net/cartographer/ In Firefox, Firebug reports the error "document.body is null" and it is originating from main.js in the maps API. I think this is either a problem in the order I am loading something, or how I am doing my callback. If you visit the test page, you'll see that I have a couple of debugging alert()s in there. One for when it begins loading the Maps API and one when it has completed successfully. Firefox stops execution between the two, so the loading of the Maps API doesn't fire its callback function. However, I can't figure out exactly what is going on. The page runs fine in Safari and the two maps show up correctly. Thanks for taking a look. Georges --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
