Using Javascript to scroll up or down a webpage

Using Javascript to scroll up and down the webpage problem You wish to perform a dynamic scroll of the webpage vertically or horizontally. In this post we will see how to perform a scroll using Javascript. SOLUTION In Javascript, we have the scroll() method provided by the window object. Let’s see an example, but first […]