Saving XMLDOM from Client Side using VBScript

wxdqz

New Member
i am trying to write an inputted data (from an html form) to an XML file withoutpassing though the server. While im saving the file, with all the nodes,i encountered an error that says "objdom.save permission denied". if i replacemy code from objdom.save "saved.xml" to objdom.save ("saved.xml",1"), stillerror message occurs saying "wrong argument blah blah blah"the concept of my program is this. i have to create an xml file, store inputteddata on it or append it without using the post method or throwing it intothe server side.please help me sort it out. thanks in advance!
 
Back
Top