ballouta Posted July 3, 2008 Share Posted July 3, 2008 Hello I have a PHP attach form, i need to disable the Submit button after it is clicked once, is this possible? thank you Link to comment https://forums.phpfreaks.com/topic/113083-solved-disabling-submit-button-after-clicked-once/ Share on other sites More sharing options...
Xurion Posted July 3, 2008 Share Posted July 3, 2008 <input type="submit" onclick="this.disabled=true" value="submit" name="submit"> Link to comment https://forums.phpfreaks.com/topic/113083-solved-disabling-submit-button-after-clicked-once/#findComment-580899 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.