November 2001
Intermediate to advanced
936 pages
68h 43m
English
Window.resizeTo( ) — resize a window
JavaScript 1.2
window.resizeTo(width,height)
width
The desired width for the window.
height
The desired height for the window.
resizeTo( ) resizes
window so it is
width pixels wide and
height pixels high. For security reasons,
the browser may restrict this method so that neither
width nor
height is smaller than 100 pixels.