Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/03/2012, 09:11
Avatar de lukas4
lukas4
 
Fecha de Ingreso: octubre-2008
Ubicación: frente al pc
Mensajes: 496
Antigüedad: 16 años, 2 meses
Puntos: 12
Respuesta: Fn solo numeros

yo hace tiempo me encontre esta función, no tengo el link directo a la pagina, pero te puede servir

Código Javascript:
Ver original
  1. function isNumber(evt){
  2.     var charCode = (evt.which)? evt.which:event.keyCode;
  3.     if(charCode >31 && (charCode < 48 || charCode > 57)){
  4.         return false;
  5.     }
  6.     return true;
  7. }
__________________
http://situcomo.blogspot.com
Karma is a Bitch... they said