JavaScript: The Definitive Guide

25.313. Window.resizeBy( ): resize a window by a relative amount

JavaScript 1.2:

25.313.1. Synopsis

window.resizeBy(dw, dh)

25.313.1.1. Arguments

dw

The number of pixels by which to increase the width of the window.

dh

The number of pixels by which to increase the height of the window.

25.313.2. Description

resizeBy( ) resizes window by the relative amounts specified by dh and dw. See the security and usability considerations discussed under Window.resizeTo( ).

Категории