July 1998
Intermediate to advanced
1456 pages
65h 5m
English
all[ ] — NN n/a IE 4 DOM n/a
Returns an array of all HTML element objects contained by the current
element. Items in this array are indexed (zero based) in source code
order. The collection transcends generations of nested elements such
that document.all[] exposes every element in the
entire document.
As with all collections in Internet Explorer 4, you may use the traditional JavaScript array syntax (with square brackets around the index value) or IE’s JScript alternative (with parentheses around the index value). If you are aiming for cross-browser deployment for collections that are available on both platforms, use the square brackets.
object.all(index).objectPropertyOrMethodobject.all[index].objectPropertyOrMethodobject.all.elementID.objectPropertyOrMethod
Read now
Unlock full access