Hi all,
I have two submit buttons on my form.I have to call different function with different submit buttons.
How can i identify individual button using Javascript?
Thanks
Identify a submit button!
Moderator: General Moderators
I'm not sure what exactly you are asking ...
Suggestion 1: viewtopic.php?t=76401
Suggestion 2:
Suggestion 1: viewtopic.php?t=76401
Suggestion 2:
Code: Select all
<input type="submit" onclick="function1()">
<input type="submit" onclick="function2()">
There are 10 types of people in this world, those who understand binary and those who don't