Computing.Net > Forums > Programming > save form result with javascript?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

save form result with javascript?

Reply to Message Icon

Name: Br1an
Date: October 14, 2002 at 07:01:26 Pacific
OS: XP
CPU/Ram: 256
Comment:


hi,

anyone knows how to save a form result to a text file using javascript ?
For example i have this form:


Like it
Dont Like it
You have complete the form

then, how can I save the form result to a text file (in the host machine)..say, in the machine that have the html file.
Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: SN
Date: October 15, 2002 at 12:28:44 Pacific
Reply:

The only way I can imagine doing something like that would be with a javascript cookie. I doubt that browsers (thankfully) allow javascripts to write anything else to the client's hard drive without them asking for it.

If it were me and I needed it enough to spend 5 or 6 hours on it, I would do it using a java applet. Good luck,
SN


0

Response Number 2
Name: muska
Date: October 15, 2002 at 20:48:48 Pacific
Reply:

If you want to save the result to a text file on the same machine that serves the HTML file, you would need to go with a server-side language like Perl or PHP.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: save form result with javascript?

How to save form settings (PHP) www.computing.net/answers/programming/how-to-save-form-settings-php/5265.html

Submit Form w/ Javascript www.computing.net/answers/programming/submit-form-w-javascript/4799.html

save form submit HeLp www.computing.net/answers/programming/save-form-submit-help/9955.html