Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] NaN


  • From: javascript@xxxxxxxxxx (Iztok Polanic)
  • Subject: [Javascript] NaN
  • Date: Wed, 20 Nov 2002 11:43:47 +0100

Hi!

I was trying to catch NaN (Not a Number) via
x = Number(something);
if (x == "NaN") {
...
}
and it does not work. Why? I'm using IE 6.0 and JS 1.5. Can somebody tell me
what cained of error is IE 5.x throwing back to user?
TNX!

Bye,

Iztok