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


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( ).




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net