Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/10/2010, 15:30
oscarbt
 
Fecha de Ingreso: abril-2009
Ubicación: Colombia
Mensajes: 949
Antigüedad: 15 años, 6 meses
Puntos: 27
Respuesta: Problema con validación incompatible entre navegadores

Lo he probado de esa forma pero me ingresa a la validacion:

Código Javascript:
Ver original
  1. if ( isNaN(fladoa) || isNaN(fladob) || isNaN(fladoc) )
  2. {alert("TODOS LOS CAMPOS DEBEN SER VALORES NUMERICOS");
  3.  return false;
  4.  }