x
Yes
No
Do you want to visit DriveHQ English website?
Inicio
Características
Precios
Prueba gratuita
Software cliente
Acerca de nosotros
Servidor de archivos
|
Solución de copias de seguridad
|
Servidor FTP
|
Servidor de correo electrónico
|
Alojamiento web
|
Software cliente
Servidor de archivos
Solución de copia de seguridad
Servidor FTP
Servidor de correo electrónico
Alojamiento web
Software cliente
EmailValidation.js - Hosted on DriveHQ Cloud IT Platform
Arriba
Subir
Descargar
Compartir
Publicar
Nueva carpeta
Nuevo archivo
Copiar
Cortar
Eliminar
Pegar
Clasificación
Actualizar
Ruta de la carpeta: \\meir_w\HTML\EmailValidation.js
Girar
Efecto
Propiedad
Historial
function echeck(str) { var at="@" var dot="." var lat=str.indexOf(at) var lstr=str.length var ldot=str.indexOf(dot) if (str.indexOf(at)==-1){ alert("�� ���� @ ������ �������") return false } if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){ alert("�� � - @ ���� ����� ���� ������") return false } if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){ alert("������ ������ ���� ����� ����") return false } if (str.indexOf(at,(lat+1))!=-1){ alert("������ ���� � - @ ���") return false } if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){ alert("������ ������ ���� ����� ����") return false } if (str.indexOf(dot,(lat+2))==-1){ alert("������ ������ ���� ����� ����") return false } if (str.indexOf(" ")!=-1){ alert("����� ������ ���� ����� ����� ������") return false } return true } function ValidateEmail(emailID) { if ((emailID==null)||(emailID=="")) { alert("��� ���� ����� ������") return false } if (echeck(emailID)==true) { alert("����� ������� �����") } return true }
EmailValidation.js
Dirección de la página
Dirección del archivo
Anterior 1/8
Siguiente
Descargar
( 1 KB )
Comments
Total ratings:
0
Average rating:
No clasificado
of 10
Would you like to comment?
Join now
, or
Logon
if you are already a member.