How to find source of submit using javascript

Posted by Rajesh Rolen- DotNet Developer on Stack Overflow See other posts from Stack Overflow or by Rajesh Rolen- DotNet Developer
Published on 2010-04-01T10:58:30Z Indexed on 2010/04/01 11:03 UTC
Read the original article Hit count: 296

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about ASP.NET