Two or more submit buttons
Can I have two or more submit buttons in the same page?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Nov 24, 2011, 12:45 AM
Yes we can use it in same page. This is part of HTML 2.0 Forms support
The submit buttons must have a NAME attribute. The optional VALUE attribute can be used to specify different text for the different submit buttons.
To determine which submit button was used, you need to use different values for the NAME and/or VALUE attributes. Browsers will send to the server the name=value pair of the submit button that was used. Here is an example:
Thanks
Akash AhlawatPosted Nov 24, 2011, 11:06 PM