how to Auto Scroll the page
Answer / Nisha Srivastava
You can use the `window.scrollTo()` method in JavaScript to scroll the page horizontally or vertically. Here's an example:n```javascriptn// Scroll to the top of the page:nwindow.scrollTo(0, 0);n// Scroll 100 pixels down:nwindow.scrollBy(0, 100);```
| Is This Answer Correct ? | 0 Yes | 0 No |
determine which Element received an Event
how to pass data between pages using Cookies
how to create a Draggable element
how to pass data between pages using Frames
how to delay a function call ?
maximizing the main window
code to get the coordinates of a Click Event
write a program to detect the user's browser ?
program to bring a window to the front
code to calculate the number of days between two dates
code to set the main window's size
how to Scroll a DIV content