Join The SAN DIEGAN E-Club
Get immediate access to discounted coupons for top restaurants, attractions and more. Also be the first to receive new restaurant reviews by San Diego’s Dean of Restaurant Reviewers. Win Dinners for 2 and more. Sign up today!
function CheckMultiple2(frm, name) { for (var i=0; i < frm.length; i++) { fldObj = frm.elements[i]; fldId = fldObj.id; if (fldId) { var fieldnamecheck=fldObj.id.indexOf(name); if (fieldnamecheck != -1) { if (fldObj.checked) { return true; } } } } return false; } function CheckForm2(f) { if (f.email.value == "") { alert("Please enter your email address."); f.email.focus(); return false; }
return true; };
|
|


