Hi,
I am loading a xml file using javascript in Pocket Internet Explorer for local HTML file. I am not able to save the xml file back to the PPC device.
foodXML = new ActiveXObject(" Msxml2.DOMDocum ent");
newElement = foodXML.createE lement(textstr) ;
foodXML.appendC hild(newElement );
foodXML.save("t est.xml");
Please help me to save xml file to local folder using javascript.
Thanks
Jaikant
I am loading a xml file using javascript in Pocket Internet Explorer for local HTML file. I am not able to save the xml file back to the PPC device.
foodXML = new ActiveXObject(" Msxml2.DOMDocum ent");
newElement = foodXML.createE lement(textstr) ;
foodXML.appendC hild(newElement );
foodXML.save("t est.xml");
Please help me to save xml file to local folder using javascript.
Thanks
Jaikant
Comment