XML DOM load() error

admin

Administrator
Staff member
I have this code:var xobj = new ActiveXObject("Microsoft.XMLDOM");xobj.async = false;xobj.load(sURL);where sURL is a URL to a server that will take the request and return XML.It works great when I run it off my hard drive, and all the hard drives availableto me. However as soon as I access it via the web server (I tried both IISand Apache) it returns an access denied error. I set the promissions to read/writeon the file and directory, and still it wont work.Any suggestions?Galium
 
Back
Top