Layer.document (Property)

The document object containing this layer.

Availability:

JavaScript - 1.2
Netscape - 4.0
Deprecated
Property/method value type:Document object
JavaScript syntax:NmyLayer.document

This is the document contained within a Netscape layer object. Because each layer has its own separate document, you can use the document.open(), document.close() and document.write() methods to operate on it.

Warnings:

See also:Document object, Element.document

Property attributes:

ReadOnly.