JavaScript: The Definitive Guide
25.316. Window.scrollTo( ): scroll the document
JavaScript 1.2:
25.316.1. Synopsis
window.scrollTo(x, y) 25.316.1.1. Arguments
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. |
Категории