asked on January 26, 2016
•
Show version history
I added a custom button in the HTML object. When the button is clicked it submits the form. What causes my custom button to call the master submit action, I only have it calling my javascript function. Here is the button.
<button id="start2" onclick="checkAuth()"> Go </button>
0
0