L Layer.clip.width (Property) Layer.clip.width (Property) (Hp web site) The width
L Layer.clip.width (Property) Layer.clip.width (Property) The width of a layer’s clip region. JavaScript 1.2 Netscape 4.0 Deprecated Availability: Property/method value type: JavaScript syntax: Number primitive myLayer.clip.width N myRect.width N The clip region is defined by an extent rectangle that surrounds the space occupied by it on the screen. An extent rectangle is that smallest rectangle that completely encloses the item. This property specifies the width of that extent rectangle. Warnings: . No longer supported in Netscape 6.0. See also: Clip.width, Rect.width Layer.document (Property) The documentobject containing this layer. JavaScript 1.2 Netscape 4.0 Deprecated Availability: Property/method value type: JavaScript syntax: N Document object myLayer.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: . No longer supported in Netscape 6.0. See also: Document object, Element.document Property attributes: ReadOnly. 1299