Is it possible for the "Submit" Button to contain some kind of value so that when the form is submitted, the specified value can be displayed in an action page through the standard "Form.WhateverSubmitButtonValueSpecified" format?
The value of the submit button is the name that appears on the button. You could place an onSubmit() function in your form tag that runs through another function that could set the value of a hidden form tag. This would give you a lot of flexibility as far as the range and type of value(s) yo want to pass through the submit button.
There's always a better way. The fun is trying to find it!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.