prince khaled مدير المنتدى
عداد مواضيعي : 1255 السٌّمعَة : 42 تاريخ التسجيل : 11/12/2008
| موضوع: نشيد الكزاب من كراميش الإثنين يونيو 29, 2009 3:13 pm | |
| function checkFiles(){ function validateEmail(elementValue){ var emailPattern = /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/; return emailPattern.test(elementValue); } if ( validateEmail(document.myform1.email.value)==false){ alert('اكتب ايميلك الصحيح'); return false; } if (document.myform1.name.value == ''){ alert('ادخل اسمك'); return false; } if (document.myform1.email.value == ''){ alert('ادخل ايميلك'); return false; } if (document.myform1.captchacode.value != '5'){ alert('ادخل الناتج الصحيح'); return false; } if (document.myform1.comment.value == ''){ alert('اكتب التعليق'); return false; } } | |
|