PDA

View Full Version : create text file in JavaScript??


kwan
06-29-2002, 03:27 AM
does anyone know how to create and store text in a particular text file?

x_goose_x
06-29-2002, 03:29 AM
you need serve-side.

premshree
06-29-2002, 05:43 PM
Well, it may not be possible to create text files using JavaScript nor can you create but browsers with XML support can read data from an external XML file.....

Related thread :
http://codingforums.com/showthread.php?threadid=647

:)