Full version: jsB@nk » Snippet » Disable the Submit Button
URL: https://www.javascriptbank.com/disable-the-submit-button.html
Sometimes 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
<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-->