Click to See Complete Forum and Search --> : Copy form contents to a file


Fletcher Blanch
03-13-2003, 09:30 AM
How can I use JS to copy the contents of a form to a folder/file on the client computer?
The computer is offline so no web server is involved. Thanks.

gil davis
03-13-2003, 10:09 AM
You can't. There is no file i/o in javascript.

Fletcher Blanch
03-13-2003, 10:54 AM
Thanks, Gil. Is there a client-side solution to this problem? I want to be able to access form contents that have been supplied by users who have viewed the page on an offline browser.
Is there a way to save/collect these user inputs on the client computer?

Fletcher