http://www.w3.org/tr/xhtml1/dtd/xhtml1-transition.dtd ">>
No.Javascript Countdown Demo Title>
hEAD>
Body>
Html>
Var setTime = 10;
Var i;
VAR ShowThis;
Document.all.agree.disabled = true;
For (i = 1; i <= settime; i ) {
SetTimeout ("Update (" i ")", i * 1000);
}
Function update (NUM) {
IF (Num == SetTime) {
Document.all.agree.value = "I agree";
Document.all.agree.disabled = false;
}
Else {
Showthis = setTime-num;
Document.all.agree.Value = "Please review
}
}
script>