Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/09/2004, 03:00
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
Puntos: 772
Hola DINASEN.

<input name="cp" type="text" class="campos" style="width:40px; height: 16px;" maxlength="5" onKeypress="LP_data(event) />

function LP_datatex(e{
var key=(document.all) ? e.keyCode : e.wich;
if (key < 48 || key > 57){
}

Espero que te sirva. Saludos,