Document.all[] (Collection)

A collection object containing references to every object in the MSIE DOM.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Collection object
JavaScript syntax:IEmyDocument.all

This is available by virtue of the document inheriting properties from an Element object.

Refer to the description of the collection object for details of how it enhances the capabilities of the basic built-in Array class.

Warnings:

See also:Collection object, Document object, Element object, Element.all[]

Property attributes:

ReadOnly.