if (!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,4})+$/.test(f.email.value))) { alert('Введите правильный е-mail!');f.email.select(); return false; }