fleetadmiralmat
04-19-2003, 03:03 AM
Is there any way to output data to a file using JavaScript?
In Java, there is BufferedReader and Filewriter adn whatnot...
Ex.
I want person "a" to fill out a form with method='get' and when "a" is done and clicks cubmit, I want it to goto a .jsp page where it will sort it out and place it into a .txt or .dat file. Is this possible or is it only possible with ASP with Perl/CGI?
In Java, there is BufferedReader and Filewriter adn whatnot...
Ex.
I want person "a" to fill out a form with method='get' and when "a" is done and clicks cubmit, I want it to goto a .jsp page where it will sort it out and place it into a .txt or .dat file. Is this possible or is it only possible with ASP with Perl/CGI?