jmirick
12-13-2001, 02:19 PM
I have a form and if the user goes crazy and clicks the submit button/image a few times while it is processing it causes trouble.
soooooo.... I was thinking about adding a boolean value that marks if the form has been submitted or not and stops and doesnt submit the form if it has. The problem i see is the cancel button... what if someone submits the form and as it is processing presses the stop button of the browser. The page will stop processing... but my boolean will be set so they can never submit the form!!
Any ideas?
thanks
soooooo.... I was thinking about adding a boolean value that marks if the form has been submitted or not and stops and doesnt submit the form if it has. The problem i see is the cancel button... what if someone submits the form and as it is processing presses the stop button of the browser. The page will stop processing... but my boolean will be set so they can never submit the form!!
Any ideas?
thanks