javascript to save xml PERMISSION DENIED

webmasterbeta

New Member
Hi,I wrote the following javascript code in my HTML page (the page is in Mycomputer zone, ie. it was loaded from a local resource, not from a web site)new ActiveXObject("Microsoft.XMLDOM");xd.load("test.xml");Wait xd.readyState=4 and thenxd.save("xxx.xml");On the save method I've got a message "permission no authorized"Why????Thanks in advance--Marcelo Rocha
 
Back
Top