Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/11/2010, 09:47
albarete
 
Fecha de Ingreso: octubre-2010
Mensajes: 47
Antigüedad: 13 años, 7 meses
Puntos: 1
Problema al filtrar numero.

Código Javascript:
Ver original
  1. var id = "abc/225"
  2.         var ind = parseFloat(id)
  3.         alert(parseFloat(id))

Tengo eso y me devuelve NaN :S