English
<!-- Add the following code to the <body> area--> <form action="http://www.downcodes.com/bbs/misc.php?sub=register" method="post" name=" agree"> Welcome to register for the Website Building Academy Technical Forum: Several terms... <input type="submit" value="Please read the <Terms of Service and Statement> (15)" name="agreeb"> < /form> <SCRIPT language=javascript> <!-- var secs = 15; document.agree.agreeb.disabled=true; for(i=1;i<=secs;i++) { window.setTimeout("update(" + i + ")", i * 1000); } function update(num) { if(num == secs) { document.agree.agreeb.value =" I agree"; document.agree.agreeb.disabled=false; } else { printnr = secs-num; document.agree.agreeb.value = "Please read the <Terms of Service and Statement> carefully (" + printnr +")"; } } //--> </SCRIPT>