Kids web site - JavaScript Programmer’s Reference Warnings: . No longer supported
JavaScript Programmer’s Reference Warnings: . No longer supported in Netscape 6.0. See also: Hierarchy of objects, Layer object, Layer.siblingBelow Property attributes: ReadOnly. Layer.siblingBelow (Property) A layer that is related to this layer and below it in the Z ordering. JavaScript 1.2 Netscape 4.0 Deprecated Availability: Property/method value type: JavaScript syntax: N Warnings: .No longer supported in Netscape 6.0. Layer object myLayer.siblingBelow See also: Layer object, Layer.siblingAbove Property attributes: ReadOnly. Layer.src (Property) The source URL for a layer. JavaScript 1.2 Netscape 4.0 Deprecated Availability: Property/method value type: JavaScript syntax: N String primitive myLayer.src Changing this layer property value forces the browser to load a new document into the layer. This can work very effectively if you generate dynamic content via a javascript: URL as the value assigned to the src property. 1314