Uncle Jim's Javascript Designs
PAGE AUTO SCROLL
This JavaScript example
demonstrates the ability
to force your HTML page
to automatically scroll
from top to bottom.
This scripts one major bug
is that once it is done scrolling,
the user cannot go back up to the
top of the document.
You can, however, reload the page
to restart the auto-scrolling.
This example could be used
by instructors who would
want to show something to
their students only once
Or maybe someone giving an
On-Line presentation.
SCRIPT INSTALLATION
COPY
-
Insert Between Head Tags: <HEAD></HEAD>
COPY
-
Insert Inside Body: <BODY></BODY>
onLoad="scrollit()"
Close This Window