Hello,
I hav e a problem with GXmlHttp.create(); it seems that my xml page is
not loaded.
my code :
var id=1907;
var url="xmldestination.php?id="+id;
var request2 = GXmlHttp.create();
request2.open("GET", url, true);
request2.onreadystatechange = function() {
if (request2.readyState == 4) {
alert("test");
}
I have no alert when this code is used, and in firebug I see that
there is no request to xmldestination.php. I suppose that It's just a
little problem, but 2 days on this without success.
Thank's for your help.
You can test the code here :
http://www.guideroutier.lu/index2.php?fromform=itineraire&locale=fr&autoroute=false&pieton=true&from=nancy&to=metz&to2=
--
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.