XMLHTTP
I want to read a XML file, delete a node from it and save it back with the same name. The browser is IE. Saving using DOM is not allowed in IE, I think. Can anyone help me how to do it using XMLHTTP? I am using Javascript to do so.
Thanks in advance.
|