patron = /^\d{8,}$/g; if (! patron.test(document.frmContact.telefono.value)) { document.frmContact.telefono.focus(); return false; }