»
EnglishFrenchVietnamese

Print - Disable the Submit Button - JavaScriptBank.com

Full version: jsB@nk » Snippet » Disable the Submit Button
URL: https://www.javascriptbank.com/disable-the-submit-button.html

Disable the Submit Button © JavaScriptBank.comSometimes it is a good idea to disable the submit button so that the user cannot make multiple submissions. This JavaScript snippet will do the trick. Very easy to use.

Full version: jsB@nk » Snippet » Disable the Submit Button
URL: https://www.javascriptbank.com/disable-the-submit-button.html



HTML
<input type="submit" onclick="this.disabled=true;" /><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->