![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: A problem with an apparently common JS menu...
From: Lasse Reichstein Nielsen <lrn@hotpop.com>
Date: Wed Nov 16 2005 - 00:59:39 CET
Thomas 'PointedEars' Lahn <PointedEars@web.de> writes:
> In contrast to `document.getElementById', `document.all' is not a
Since the only official specification of document.all is the MSDN
> While the IE DOM allows both document.all[...] and document.all(...)
It can't be, since there is no standard. The document.all
> and therefore error-prone (MS may recognize this bug and remove it
Unlikely. At times I wish they would forget about backwards
> the same property cannot be both non-function and function.
Then it's a function (i.e., an object with a [[Call]] method).
/L
-- Lasse Reichstein Nielsen - lrn@hotpop.com DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html> 'Faith without judgement merely degrades the spirit divine.'Received on Mon Nov 21 03:30:51 2005 |