> As an initial fix I moved my API key to below the </Body> line so that
> it executed after the body of the page had been processed.

err, why?  It's usually better to put it before your script(s) that
use API defined functions, and to initialise your code that relies on
DOM being complete (like the GMap2 does) by executing it in an onload
function call.

Having it outside the <body> or <head> breaks the rules and will
surely confuse some browsers

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to