karatekid
01-17-2006, 01:17 PM
Hi, i was wondering if anyone could help me with a problem regarding Forms.
I have created a simple form and a submit button, i just wanted to know if it is possible, when the form has been completed and the submit button has been pressed, to copy all the information entered to another page(like a confirmation page) on my site.I have tried using the code below, but when the submit button is clicked,it just brings me to a blank test_page.html.
ManyThanks
'<form name="input" action="test_page.html"
method="get">
Username:
<input type="text" name="name1">
<input type="submit" value="Submit">
</form> '
I have created a simple form and a submit button, i just wanted to know if it is possible, when the form has been completed and the submit button has been pressed, to copy all the information entered to another page(like a confirmation page) on my site.I have tried using the code below, but when the submit button is clicked,it just brings me to a blank test_page.html.
ManyThanks
'<form name="input" action="test_page.html"
method="get">
Username:
<input type="text" name="name1">
<input type="submit" value="Submit">
</form> '