Click to See Complete Forum and Search --> : Writing to Text File!


said_fox
01-21-2003, 04:10 PM
Do JavaScript able to write into a text file? and How?

pyro
01-21-2003, 05:07 PM
No, you can't write to a file with javascript. That would require a server side language such as PHP or Perl.