Whiteybags
Technical User
Hi,
I want to fake a submit button. I have two pages. I want to have a submit button on the first page that when clicked goes to the second page. The submit button doesn't actually have to do anything except go to the next page. Can I do that?
<input type="button" value="Submit" name="Submit" onclick="page2.htm">
Thanks.
I want to fake a submit button. I have two pages. I want to have a submit button on the first page that when clicked goes to the second page. The submit button doesn't actually have to do anything except go to the next page. Can I do that?
<input type="button" value="Submit" name="Submit" onclick="page2.htm">
Thanks.