I have two submit buttons (Close, Update).
The form calls a javascript function on the onsubmit event.
I am not sure how to read the value of the submit button that was pressed. The name of both submit buttons are "Submit".
Here is the onsubmit call that the form uses:
<code>
onsubmit="return validate(frmForm)"
</code>
Thanks.
The form calls a javascript function on the onsubmit event.
I am not sure how to read the value of the submit button that was pressed. The name of both submit buttons are "Submit".
Here is the onsubmit call that the form uses:
<code>
onsubmit="return validate(frmForm)"
</code>
Thanks.