Hi Mike,

I didn't know that... very interesting and it got me thinking about
other ways of doing it.
I've got it working now.

What is so unusual about my method of loading the libraries?
I've wrapped the code in a $(document).ready() so I can ensure the dom
is ready when I need it to be.

Thanks for your help!

Georges

On Oct 13, 1:48 am, Mike Williams <[email protected]> wrote:
> Firefox uses a single-pass Javascript parser. At the time that you call
> jsapi, Firefox hasn't seen the <body>. Some other browsers (notably
> MSIE) have a two-pass parser which avoids this sort of problem, but
> tends to be slower.
>
> I guess you have a genuine reason for using this unusual method of
> loading the API, but in order to use that method in Firefox you'll have
> to launch your map code from the body onload event. Try making all the
> inline map handling code that's in your <head> into a function and
> calling that function from <body onload=>.
>
> --
> Mike Williamshttp://econym.org.uk/gmap
--~--~---------~--~----~------------~-------~--~----~
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