Document.ids[] (Collection)

Part of the JSS model supported only by Netscape 4.

Availability:

JavaScript - 1.2
Netscape - 4.0
Deprecated
Property/method value type:JSSTags object
JavaScript syntax:NmyDocument.ids

This yields a JSSTags associative array which contains a style object for each Element object in the page which has an ID="..." HTML tag attribute.

The ID value is used as an associative array reference to reach the style object.

This property does not show up when the document properties are enumerated in a for( ... in ... ) loop.

Refer to the JSSTags topic if you need to operate on these objects.

Warnings:

See also:Document object, Document.classes[], ID="...", JSSTags object

Property attributes:

ReadOnly, DontEnum.