Section 25.315. Window.scrollBy( ): scroll the document by a relative amount


25.315. Window.scrollBy( ): scroll the document by a relative amount

JavaScript 1.2:

25.315.1. Synopsis

 window.scrollBy(dx, dy) 

25.315.1.1. Arguments

dx

The number of pixels by which to scroll the document to the right.


dy

The number of pixels by which to scroll the document down.

25.315.2. Description

scrollBy( ) scrolls the document displayed in window by the relative amounts specified by dx and dy.




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