javascript_howto thread: writing the xml string dynamically into a file ....
Hi , I want to write one xml string dynamically in the specified file by using the java script. For example : var strXml = "<xml version="1.0"><address><name firstname="myfname" lastname="mylname"></name></address>" i want to write strXml in c://test.xml file dynamically. Any help would be appreciated.. Thanks, Praveen
|





