<html><body><script> function function1() { document.all.myButton.disabled = true; } function function2() { document.all.myButton.disabled = false; }</script><input id="myButton" type="button" value="Disable" onClick="function1();"><input type="button" value="Enable" onClick="function2();"></body></html>
Name (required)
email (will not be published) (required)
Website