Hi Friends,
using java-script we can scroll web pages
here is the code for it
In the above codegive x and y as required
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