var terms_accepted=""; checkbox_1 = false; function termsAccepted() { if ( checkbox_1 == false ) { terms_accepted='accepted'; checkbox_1 = true; } else { terms_accepted=''; checkbox_1 = false; } } function checkForm() { if (checkboxFunc()) { window.location.href = 'https://loomscape.board-directory.net/portal.htm'; } } function checkboxFunc() { if (terms_accepted=="") { alert("\You Must Accept The Terms Of Service To Continue!"); } else { return true; } }