function Agree() { d = document.getElementById('ck_agree'); if (!d.checked) { alert("You must agree to the General Rules prior to continuing"); return false; } d = document.getElementById('hashed'); d.value = 'ok'; d = document.getElementById('frmagree'); d.submit(); }