How to find source of submit using javascript
- by Rajesh Rolen- DotNet Developer
Please help me to solve this problem:
I have a form in which i have written onSubmit calling a javascript function.
please tell me in that javascript function how can i check that who was the event generater ( i mean on which button click this even raised)..
Note: onsubmit function call is in form tag..
i am using javascript and asp.net