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

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.

Категории