Hi,

how shure are you that its google not responding, have you been debugging in
into the http calls?
http://tamperdata.mozdev.org/
or
http://livehttpheaders.mozdev.org/
might be usefull for that.

Loading googles javascript is a twostep process first is the call to
http://maps.google.com/maps?file=api&v=2&key=abcdefg
which returns javascript to figure out wich map.js to load finally. In my
case
http://www.google.com/intl/de_ALL/mapfiles/90/maps2.api/main.js
is loaded.

Both calls are pretty robust, so I wouldn't be suprised if it's the client
no initiating those calls.

Martin


Ballist1c wrote:
> 
> Okay..... this is a follow up from my initial google maps query..
> 
>  i just figured out the problem ... what I am attempting to do is load
> googles external javascript on AJAX page loads, and google does not like
> it.  I get this XMLHttpRequestOpen error which seems like google itself is
> denying the request for their JS when the AJAX page gets loaded.
> 
> I have made a work around and loaded Googles Javascript from the absolute
> parent Panel that initially gets loaded and all is fine.  
> 
> I am curious however, has anyone figured out how to load the googlemaps
> Javascript API only when its needed with AJAX panel loads... rather than
> loading it from the entire web site regardless of its its being used or
> not.
> 

-- 
View this message in context: 
http://www.nabble.com/Google-Maps-and-AJAX-tf4591408.html#a13110774
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to