Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Has 2 Buttons, 1 Not Working 1

Status
Not open for further replies.

JohnBates

MIS
Feb 27, 2000
1,995
US
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=&quot;Post&quot; name=&quot;Submit&quot; action=&quot;AddSysAccessSignature.asp&quot;>
<form method=&quot;Post&quot; name=&quot;Cancel&quot; action=&quot;.
.
.
.

<p><input type=&quot;submit&quot; value=&quot;Submit&quot; name=&quot;Submit&quot;></p>
<BR>
<p><input type=&quot;Button&quot; value=&quot;Cancel&quot; name=&quot;Cancel&quot;></p>
 
durug,

.. oh I see what you're saying

Yes I do.

So would I have to close one </Form> before using the second ?

John

 
I tried inserting </Form> before the second <Form method =


Still get the same results.

I'm confused. John
 
Can you post the page so that I can give you a solution?
 
Thanks FengShui1998,

that worked !

Thanks to both of you.
John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top