English
<!--Script description: Step 1: Add the following code to the <body> area--> <form name="terms" action="http://www.downcodes.com" method="get"> Me Agree: <input type="checkbox" name="agree" value="ON"> <input onclick="if (loadedvar) {if (document.terms.agree.checked) {document.terms.submit();} else {window.alert('You must agree to continue....')}} else {window.alert('Please wait...')}" type="button" value="Continue"> < input type="button" value="Exit" onclick="document.location.href='http://www.downcodes.com';"> </form> <!-- Step 2: Add the following code <body>In the area--> <body bgcolor="#ffffff" onLoad="loadedvar=true;">