Tuesday, March 23, 2010

How to Disable the Submit Button

How to Disable the Submit Button using JavaScript
onclick="this.disabled=true"
eg:
<button onclick="setShips(5); this.disabled="true"">The Great Ship</button>

No comments:

Post a Comment