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 Quote Link to comment 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"> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.