Hi list,
How to get the submit button value in javascript. For example,my code looks like this:
-------------
response.write form method=post name=theform action='picking_edit2.asp' onsubmit='return chk_submit_bottom()'>"
------------
response.write "<tr><input type=submit name=button value='Edit'> <input type=submit name=button value='Delete'> <input type=reset value='Reset'>"
-------------
Once user submit this page, i want to check which button they have choosed in javascript. How to do this..Please help. urgent..
Thanks a lot..
Best Regards,
Parames.S
How to get the submit button value in javascript. For example,my code looks like this:
-------------
response.write form method=post name=theform action='picking_edit2.asp' onsubmit='return chk_submit_bottom()'>"
------------
response.write "<tr><input type=submit name=button value='Edit'> <input type=submit name=button value='Delete'> <input type=reset value='Reset'>"
-------------
Once user submit this page, i want to check which button they have choosed in javascript. How to do this..Please help. urgent..
Thanks a lot..
Best Regards,
Parames.S