November 2001
Intermediate to advanced
936 pages
68h 43m
English
Window.resizeBy( ) — resize a window by a relative amount
JavaScript 1.2
window.resizeBy(dw,dh)
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.
resizeBy( ) resizes
window by the relative amounts specified
by dh and dw.
For security reasons, the browser may restrict this method so it
makes either the width or height of the window less than 100 pixels.