Answer the question
In order to leave comments, you need to log in
How to write a script to scroll a page?
We need a script that will scroll the page all the way up, then immediately all the way down.
Why does not it work?
function scrl()
{
scrollTo(0, 0);
scrollTo(0, document.body.scrollHeight);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question