i am getting Permission denied error while accessing .JS file on a remote server which have XMLHTTP object,i am testing it on IE
any hint please?
Thanks
-adnan
Bernard Marx
3:48 pm on Jan 1, 2006 (gmt 0)
More info needed, I think.
You can't use XMLHTTP to make a client-side request from another domain - but you say the object is server side. What server-side language/framework are you using, and how exactly are you requesting the .js file?
kadnan
4:32 am on Jan 2, 2006 (gmt 0)
no,object is client side,i am using XMLHTTP object to access file on other domain,i read some where that Netscape allows it by allowing some globalread previlage,i didnt find same option for iE
execute
4:52 am on Jan 2, 2006 (gmt 0)
Yes it's impossible for IE but possible for firefox and Opera.