I'm having trouble using the maps API in an ASP.Net web application.
I have the script tag injected into the header from my content page
with a plain script tag like this:

    <script type="text/javascript" src="http://maps.google.com/maps?
file=api&v=2&key=<%= ConfigurationManager.AppSettings
["GoogleMapAPIkey"] %>&sensor=false"></script>

It works fine in IE, but in FireFox, the page never finishes loading.
FireBug makes it look like the API script call finished loading
(http://maps.google.com/maps?file=api anyway), but it just hangs
there.  If I refresh the page, it seems to get past that point and
load fine.

I can't figure out a way to debug the problem any further down, and
the only thing that makes the page load 100% of the time is to take
out the maps API script reference.

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