Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. javarookie

    Writing text to a TXT file using javascript

    Hi, everyone. I need to write text to a TXT file. I'm running this script: <script> f=new File('c:\test.txt'); status=f.open('w'); f.write('test'); </script> and I get an error: 'File' undefined. What am I doing wrong? I got the example out of the book.
  2. javarookie

    Writing text to a TXT file

    Hi, everyone. I need to write some text to a TXT file using javascript. I have the following script in y page <script> f=new File('c:\test.txt'); status=f.open('w'); f.write('test'); </script> I get an error: 'File' undefined. What am I doing wrong? I got this out of the book.

Part and Inventory Search

Back
Top