Click to See Complete Forum and Search --> : Javascript!!!


viko
09-28-2005, 06:36 AM
I need a javascript that write a string into a text file...
Thanks a lot... :D :D :D

A1ien51
09-28-2005, 09:16 AM
To be crossbrowser compatiable you are going to find you need a server side language to do this since JavaScript has no write capabilities.

Eric