Thanks for the reply. The code for the button click event is all created on
the fly. I am going to have to look at the generating code to see how easily
it will be to sneak this in. I will do some testing on simply disabling the
button to see if it happens fast enough to catch the second click even
Hi Jim,
very easy solution is to set some variable to true (or request object
itself) and don't allow second request. You can also disable button
during request.
Cheers
- Petr
2008/9/4 Jim Hunter <[EMAIL PROTECTED]>:
>
> How have any of you trapped for and solved the problem where a user double
How have any of you trapped for and solved the problem where a user double
clicks on a button instead of single clicking? Right now, since a
double-click also fires a second single click event, I get two requests sent
to the server. Has anyone found a quick and easy way to deal with this?
Thanks,