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
Try this: <input type="button" value="Submit" onclick="this.form.submit();this.disabled=true;this.value='Processing'" /> Code (markup):