6 תוספות מדליקות שישדרגו כל ארוחה
מתכונים קלים ומהירים שיתאימו לכל מטרה
var emailerror1="יש להזין כתובת אימייל";
var emailerror2="יש להזין כתובת אימייל חוקית";
function Validator(){
var email=document.getElementById(’email').value;
if (email=="){
document.getElementById(’email').focus();
alert(emailerror1);
return false;
}
if (!email.match(/[\w\-]+@[\w\-]+\..+/)){
document.getElementById(’email').focus();
alert(emailerror2);
return false;
}
if (!document.getElementById('cbApproveRegister').checked){
alert('עליך לאשר את הרשמתך');
return false;
}
return (true);
}
להכניס את המייל וללחוץ על הכפתור