Hi ASP experts -
I want to add a Cancel button to this form.
The Cancel button should send them back to a Menu.
But, when user clicks on Cancel, nothing happens. No error message, no redirection. (The Submit button does work)
What has this beginner done wrong?
Thanks, John
Here's most of the related code....
<%response.buffer = true%>
.
.
.
<form method="Post" name="Submit" action="AddSysAccessSignature.asp">
<form method="Post" name="Cancel" action=".
.
.
.
<p><input type="submit" value="Submit" name="Submit"></p>
<BR>
<p><input type="Button" value="Cancel" name="Cancel"></p>
I want to add a Cancel button to this form.
The Cancel button should send them back to a Menu.
But, when user clicks on Cancel, nothing happens. No error message, no redirection. (The Submit button does work)
What has this beginner done wrong?
Thanks, John
Here's most of the related code....
<%response.buffer = true%>
.
.
.
<form method="Post" name="Submit" action="AddSysAccessSignature.asp">
<form method="Post" name="Cancel" action=".
.
.
.
<p><input type="submit" value="Submit" name="Submit"></p>
<BR>
<p><input type="Button" value="Cancel" name="Cancel"></p>