scrollToscrollTo*
*Contents  *Index  *Topic Contents
*Previous Topic: scrollIntoView
*Next Topic: select

scrollTo

Description

Scrolls the window to the specified x and y offsets at the upper-left corner of the window.

Syntax

object.scrollTo(x, y)

ParameterDescription
x(Long) Horizontal scroll offset, in pixels.
y(Long) Vertical scroll offset, in pixels.

Return Value

No return value.

Applies To

window


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.