if (theForm.email.value == "") { alert("Please enter a value for the \email\ field."); theForm.email.focus(); return (false); }