Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/01/2004, 13:27
Avatar de Alexis_m20
Alexis_m20
 
Fecha de Ingreso: diciembre-2003
Ubicación: Santiago
Mensajes: 71
Antigüedad: 21 años, 4 meses
Puntos: 0
en javascript podrias hacerlo Asi

<script>
function valida()
{
if (event.keyCode<=47 && event.keyCode>= 59)
{
return false();
}
}
</script>
<input type="text" name="telefono" onkeypress="javascript:valida();">


algo asi seria
__________________
_______________________
Si Puedo Ayudar lo HARE
Mi web Pages