Forums
This topic is locked
How to make a verification page
Posted 03 Jun 2003 15:37:29
1
has voted
03 Jun 2003 15:37:29 Robert Peddle posted:
i have made a form that a user can fill out with a submit button at the bottom of the page, what i would like to know is that once the user has filled out the information on the form and clicks on the submit button i would like it to open a new HTML page with all the users information,like a verification page, and the user can only view the information, they cant edit it, is there some code i can put in to do this,how would it be done.any help would be greatly appreciated.
Thanks
Replies
Replied 04 Jun 2003 09:43:13
04 Jun 2003 09:43:13 Julio Taylor replied:
Set the METHOD tag of the form to GET. The request the GET variables in the second page.
What app server are you using?
------------------------
Julio
PHP | MySQL | DWMX
ICQ: 19735247
MSN:
What app server are you using?
------------------------
Julio
PHP | MySQL | DWMX
ICQ: 19735247
MSN:
Replied 04 Jun 2003 10:57:10
04 Jun 2003 10:57:10 Robert Peddle replied:
Im not running server side, i am trying to make it client side, the ansere you have given me seems a bit easy, it this not just for server side, and a bit more complicated for client side, surly there should be more code than just changing the method to get