Hi All,
I am using XMLHttpRequest object to read JSON object.. It works fine
if its a file in my local server. But when I am trying to open the
URL.. It says access denied. Could any one help me please??
Thanks for help in advance.
var req = new XMLHttpRequest();
function address() {
req.open("GET", "https://app.test.com/json.ashx/locations?
postal=99999", true);
req.onreadystatechange = Getaddress;
req.send(null);
}
--
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.