function checkCheckBox(f) { if (f.agree.checked == false) { alert('Read and Agree to the Terms Listed before submitting.'); return false; } else return true; }