Once the submit button is pressed i want to disable the button and still want the form to be processed (submitted). I am able to disable the button by using button.disabled=true, but that stops the process of submitting (processing) form. I dont' want user to click more than once on the submit button. Any help will be greatly appreciated. Thanks.