RicksAtWork
Programmer
I have a form with various fields and two submit buttons.
I have set the default event handler for the submit event to point to a validation method i.e.
document.getElementById("Form1").onsubmit=Validate;
In my function Validate, I want to determine which button was pressed is this possible?