PDA

View Full Version : Saving JavaScript Form Information


Sirion
12-28-2005, 12:45 AM
I'm making a JavaScript form for my website, a PC customizing form, and when someone clicks the submit button I need it to save the information on the form and either the total price or the price of all the components. It only needs to be text, nothing fancy.

Thanks in advance for the help.

TimP
12-28-2005, 1:57 AM
You need to use a server side language (PHP, Python, Perl, ASP(.NET), etc.) to save the data in a permanent location.

bluemicrobyte
12-28-2005, 2:34 AM
You could also set up the form to be emailed to you - it would be saved in your email inbox.