Section 25.316. Window.scrollTo( ): scroll the document


25.316. Window.scrollTo( ): scroll the document

JavaScript 1.2:

25.316.1. Synopsis

 window.scrollTo(x, y) 

25.316.1.1. Arguments

x

The document X coordinate that is to appear at the left edge of the window's document display area.


y

The document Y coordinate that is to appear at the top of the window's document display area.

25.316.2. Description

scrollTo( ) scrolls the document displayed within window so the point in the document specified by the x and y coordinates is displayed in the upper-left corner, if possible.




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