DHTML Methods
Scrolls the window to the specified x- and y-offsets.
window.scrollTo ( iX, iY )
iX |
Required. Integer specifying the horizontal scroll offset, in pixels. |
iY |
Required. Integer specifying the vertical scroll offset, in pixels. |
No return value.
The specified offsets are relative to the upper-left corner of the window.
window