in reply to Re: [Solved]: How to catch event when button (which is NOT submit button) is clicked.
in thread [Solved]:How to catch event when button (which is NOT submit button) is clicked.

Thanks again, choroba. Yes having same name and different values would need checking only one parameter value (which I was already doing for submitButton). At present I am checking two different parameters one for submitButton and second for resetButton (and I don't need to click both at same time). Though it also gives me what I wanted to do but your suggestion will make it more efficient.
  • Comment on Re^2: [Solved]: How to catch event when button (which is NOT submit button) is clicked.