B
Bob Lehmann
Hi,
I pretty sure I've seen this problem addressed before, but I can't find any
references.
The short story is that I have I have multiple submit buttons on a page,
each providing different functionality. For example, I have a search option,
a log in option and a save text option.
I would like to handle the submits in the Click event of each button. the
problem is, that since only one form is allowed per page, only the first
button's Click event fires.
I've tried capturing keypresses with client-side code in an attempt to force
the user to click the corresponding button for each set of functionality,
but have found that to be very unreliable across browsers.
Are there any resources available that address this problem?
Thanks,
Bob Lehmann
I pretty sure I've seen this problem addressed before, but I can't find any
references.
The short story is that I have I have multiple submit buttons on a page,
each providing different functionality. For example, I have a search option,
a log in option and a save text option.
I would like to handle the submits in the Click event of each button. the
problem is, that since only one form is allowed per page, only the first
button's Click event fires.
I've tried capturing keypresses with client-side code in an attempt to force
the user to click the corresponding button for each set of functionality,
but have found that to be very unreliable across browsers.
Are there any resources available that address this problem?
Thanks,
Bob Lehmann