Scrollbar max height - for autoscrolling

C

cmocmo

I have written an autoscrolling jscript function that will load a
specfic webpage, scroll the page at a reasonable speed and when it
reaches the bottom of the page will sleep(5) and then refresh the page.
The problem that I have run into is I cannot seem to find the actuall
length of the scrolled text (I can find the length via
client{Height|Width} and other window variables defined, but the length
of the scrolled text). Is there a way to 1) find the actuall length of
the scrolled text and or when the end of the page has been reached
(i.e. the browsers window has completely scrolled to the bottom of the
page)?

Thanks for any information
 
S

Stephen Chalmers

I have written an autoscrolling jscript function that will load a
specfic webpage, scroll the page at a reasonable speed and when it
reaches the bottom of the page will sleep(5) and then refresh the page.
The problem that I have run into is I cannot seem to find the actuall
length of the scrolled text (I can find the length via
client{Height|Width} and other window variables defined, but the length
of the scrolled text). Is there a way to 1) find the actuall length of
the scrolled text and or when the end of the page has been reached
(i.e. the browsers window has completely scrolled to the bottom of the
page)?

After each movement, read either document.body.scrollTop or self.pageYOffset, whichever is active. When the result no
longer matches the value that you set, you're there.

Please do not add such a script to a published page.
 
C

cmocmo

Thanks for the reply.

I am not sure what you mean by the 'value that you set'? Are you
refering to setting the YOffset to some random value?

This is for an internal kiosk only.

Thanks again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,185
Latest member
GluceaReviews

Latest Threads

Top