Click to See Complete Forum and Search --> : Form Question


vips
10-09-2006, 06:58 PM
Hi,
This is my first post.
Actually I have created a HTML form, Now I want to print all the data typed in the fields of the form to the other HTML file or page at the click of the button.
In other words the form html file will be input and the other file is just a output file.
I know java script but haven't used it since long.
Can anybody help me, any help will be appreciated.

ray326
10-09-2006, 08:54 PM
You'll need to use a form handler on the server to do that. This one might help.

http://www.bignosebird.com/carchive/bnbform.shtml

vips
10-11-2006, 11:35 AM
Thank you very much for your quick reply.
But I don't need any hi-fi things, I don't need to save any form data on to the server. What I want is to fill out the form and on click of a button want to see the preview of the form in the predefined format (another web page-most probably in a table format).
This is just like you fill up the form while opening a e-mail account and then at the completion it will show your profile in some predefined format.
It will be a great help if you can tell me how to do it with java scripting

ray326
10-11-2006, 01:36 PM
This is just like you fill up the form while opening a e-mail account and then at the completion it will show your profile in some predefined format.That happens on the server. If you ask in the Javascript area, though, someone may have a few tricks for you.