JavaScript – window.scrollTo() Method
The window.scrollTo() method scrolls the document to specified coordinates.
The window.scrollTo() method scrolls the document to specified coordinates.
The Window setInterval() method calls a function at specified intervals (in milliseconds).
The Window setTimeout() method calls a function after a number of milliseconds.
The window.stop() method stops a window from loading, and is the same as clicking stop in the browser.
The window.top property returns the topmost window in the current browser window.