if (theForm.FROM2.value == "") { alert("Please enter your email address into the \"Repeat Email\" field."); theForm.FROM2.focus(); return (true); } if (theForm.FROM.value != theForm.FROM2.value) { alert("You entered two different email addresses! Please make sure your correct address is entered into the \"Email\" and \"Repeat email\" fields."); theForm.FROM.focus(); return (true); } } --!>