»
EnglishFrenchVietnamese

Print - Lock the Submit button by disabled property - JavaScriptBank.com

Full version: jsB@nk » Snippet » Lock the Submit button by disabled property
URL: https://www.javascriptbank.com/lock-the-submit-button-by-disabled-property.html

Lock the Submit button by disabled property © JavaScriptBank.comThis script is a JavaScript example for locking some button by using disabled property.

Full version: jsB@nk » Snippet » Lock the Submit button by disabled property
URL: https://www.javascriptbank.com/lock-the-submit-button-by-disabled-property.html



HTML
<input disabled="disabled" onclick="this.disabled=true;" type="submit" />