Monday, 16 July 2012

Javascript: Page scroll

Hi Friends,
using java-script we can scroll web pages
here is the code for it

function scorll() {
    window.scroll(x,y); // horizontal and vertical scroll targets
} 

In the above codegive x and y as required


No comments:

Post a Comment