Ver Mensaje Individual
  #5 (permalink)  
Antiguo 06/04/2007, 14:46
Avatar de Lophophora
Lophophora
 
Fecha de Ingreso: mayo-2005
Mensajes: 366
Antigüedad: 19 años, 7 meses
Puntos: 0
Re: Validar Telefono

Encontre la forma de hacerlo, lo dejo aqui por si a alguien le puede servir,

Muchas Gracias a todos

Código PHP:
if((/^[0-9]{8,}$/).exec(document.frmContact.phone.value)==null){ 
        
alert("Inserta un telefono Valido"); 
        
document.frmContact.phone.focus(); 
        return 
false
    } 
Lophophora
__________________
P.L.U.R.