How to identify which button is clicked on the form using client script?
I have three Buttons on the form :1. Hold2. Cancel3. Save DraftHow to identify which button is pressed on the form? On submit event in client script i want to know which button is pressed? If cancel or hold is pressed then want to make comments manda...