[jQuery] $.getJSON doesn't work on Vista PC while calling remote server

[jQuery] $.getJSON doesn't work on Vista PC while calling remote server


Hi guys,
if tried the following where usercontacts.j is in my localhost pc
windows vista (tomcat6) and alert showed like [object object] mean there's
some object in json argument:
$.getJSON("usercontacts.js", function(json){
alert(json);
});
so when I changed to remote location :
$.getJSON("http://stufftolet.com/test/usercontacts.js", function(json){
alert(json);
});
the alert doesn't work alert anymore. However, both behavior (local and
remote) works on windows xp in my office. Is it some kind of security issue
where stupid vista try to block outgoing connection? Appreciate any advice
and help, Thanks !
regards,
Mark
--
View this message in context: http://www.nabble.com/%24.getJSON-doesn%27t-work-on-Vista-PC-while-calling-remote-server-tp15893358s27240p15893358.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.