Layer() (Constructor)

A means of creating new layers in Netscape.

Availability:

JavaScript - 1.2
Netscape - 4.0
Deprecated
JavaScript syntax:Nnew Layer()

This constructor function should be used with the new operator to instantiate a new layer when needed. This provides a way to create new layers without needing to describe them in the HTML document source.

Warnings: