XML/userData/VBScript

wxdqz

New Member
Hello all, I am in deep eed of assistance here. I am currently working ona project that requires that we store our variables as XML data in IE5.0'suserData files. Now I can write to these files, and I can retrieve themin JScript, but I cannot access them in VBScript (what I really want to do)in order to move them to the server for processing. Currently my code toretrieve the files looks like this....dim elemSet elem = document.all.divECOelem.load "itemCodeXMLStore"ECOCode = elem.getAttribute("persistItemCode")Response.Write ECOCodeThe error that i always get is that "an object is required". I do have anobject called "divECO" in a <DIV> tag. Any help that anyone can providewoudl be greatly appreciated. Thank you.Best,Darren
 
Back
Top