You are not logged in.
in loacal pc, when i input "http://192.168.1.100/test.hml" which uses Ajax request. i can get some data. but when i input the same Address in LAN pc, the IE error prompts "refuse visit". perhaps it's in the diffrent domain. tell me why or how to config OS.
....//ajax request code
var oXmlHttp=zXmlHttp.createRequest(); //one ajax class
var url='http://192.168.1.100:8080/root/samplerecord/1";
var returnLen;
oXmlHttp.open("get",url,true);
....
oXmlHttp.open("get",url,true);
IE Error shows
The highlight line can't open or refuse visit.
Last edited by longge007 (2010-07-23 09:29:51)
Offline
Offline
it's cross domain problem, i am googling for it, thanks a lot
Offline