Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: writing the xml string dynamically into a file ....


Message #1 by "praveen" <praveench99@o...> on Mon, 13 May 2002 17:29:08
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

  Return to Index