ID badge templates - Travel and Leisure Articles - Wordpress Themes - Web Hosting - Find jobs

PDA

View Full Version : How to Disable Submit Button -not multiple click/submission


poyor7
May 10th 2006, 8:13 pm
Hi,

I've test.php page with submit button and process/display also in the same page(test.php).

My problem right now is how to disable submit button using js after the test.page been submitted.


The button disable after the submission not during the submission

regards
poyor7

Slapyo
May 20th 2006, 10:19 am
Try this:
<input type="button" value="Submit" onclick="this.form.submit();this.disabled=true;this.value='Processing'" />