AvailabilityJavaScript 1.2 Synopsiswindow.scrollTo(x, y) Arguments
DescriptionscrollTo( ) 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. scrollTo( ) is preferred over the JavaScript 1.1 Window.scroll( ) method, which does the same thing but has an inadequately descriptive name. |