And yet, the following simple script informs us that the typeof operator
can also return "unknown":
var s = typeof(window.external.isSubscribed);
alert(s);
Thought you might enjoy this,
-Jim Rofkar.
jro...@cros.net
That's interesting. Did you get the same results with different browser
versions, platforms? Because "unknown" may be browser specific and *may*
mean the same as "undefined".