Click to See Complete Forum and Search --> : Help with forms please.


Davidk
02-19-2003, 04:54 PM
I've been trying to make a form today as my first javascript and I noticed that, while my book does tell me how to make a forum, it does not say how you can use the information thats entered after they click submit. I've attached a .txt with the small amount of code i have for the form, all i want to know is how can i make the submit button go to a new page that prints out what they typed in for the fields. Also it would be nifty to know how to make my get time javascript streaming, but that part is not real important.

khalidali63
02-19-2003, 06:31 PM
You will have to do multiple things to get this done.
1.to gget the form data and pass it along to the next page

in the action attribute of the form on the first page print the address of the next page.

2. On the next page parse all the data and print it on the page.

try this link.
http://68.145.35.86/skills/javascripts/DemoForwardFormDataViaURL.html

cheers

Khalid