| How to stop the user from clicking a page submit button more than once |
|
|
|
| Monday, 23 November 2009 23:26 |
|
The standard way to push the page data back to the APEX server is to use an HTML button. One issue with HTML buttons is that they can be clicked more than once, and under certain circumstances this can cause issues. To ensure that the button can only be pressed once you can do the following. Note that the value inside doSubmit('') is the same as the button name.
Thats it, the button is now coded so that the user can only click it once to submit the page. Any further clicks are ignored.
Comments (3)
Powered by !JoomlaComment 4.0 beta2
|