Português
<!--Descrição do script: Etapa 1: Adicione o seguinte código à área <body>--> <form name="terms" action="http://www.downcodes.com" method="get"> Eu Concordo: <input type="checkbox" name="agree" value="ON"> <input onclick="if (loadedvar) {if (document.terms.agree.checked) {document.terms.submit();} else {window.alert('Você deve concordar em continuar....')}} else {window.alert('Aguarde...')}" type="button" value="Continue"> < tipo de entrada ="button" value="Exit" onclick="document.location.href='http://www.downcodes.com';"> </form> <!-- Etapa 2: adicione o seguinte código <body> Na área--> <body bgcolor="#ffffff" onLoad="loadedvar=true;">