PDA

View Full Version : Form Submission Display


grossG
06-17-2005, 07:24 AM
I am very new to this forum so please be easy on me.

I am wanting to know if anyone has a script that would allow me to show a user the information that they entered into a form. For instance, User would enter their information on payment.htm and click submit, then on paymentdisp.htm the information that they entered would display on the screen. I am not sure if this is the correct forum to ask this question in, but I would appreciate any help on this dilemma that I can get at this point!

glenngv
06-17-2005, 07:44 AM
Do you have access to a server-side technology/language (such as ASP, PHP, etc)? That can be easily done there than using client-side language such as Javascript.