L Layer.resizeTo() (Method) Layer.resizeTo() (Method) (Mac os x web server) Adjusts the
L Layer.resizeTo() (Method) Layer.resizeTo() (Method) Adjusts the size of a layer to an absolute value. JavaScript 1.2 Netscape 4.0 Deprecated Availability: JavaScript syntax: N anX An X axis value Argument list: aY myLayer.resizeTo(anX, aY) A Y axis value This method provides a way to set the absolute size of a layer as opposed to the relative sizing offered by the resizeBy() method. Although the size changes, the top left corner will remain pinned to its current location growing or shrinking the layer to the right and bottom of its extent. Warnings: . No longer supported in Netscape 6.0. See also: Layer.resizeBy() Layer.routeEvent() (Function) Part of the Netscape event propagation complex. Availability: JavaScript 1.2 Netscape 4.0 Deprecated Property/method value type: undefined JavaScript syntax: N myLayer.routeEvent(anEvent) Argument list: An event object anEvent 1311