Uncle Jim's Web Designs
JavaScript Examples
Vertical Scrolling Text with Speed Control
Scroll Control:
up
down
pause
faster
slower
This is an example
showing how to
scroll text
up or down your
document page.
This method will
save you space
on your web page
and give your
visitors control
over text movement.
INSTALLATION INSTRUCTIONS
COPY
-
Insert Between Head Tags: <HEAD></HEAD>
COPY
-
Insert Inside Body: <BODY></BODY>
Scroll Control:
up
down
pause
faster
slower
This is an example
showing how to
scroll text
up or down your
document page.
This method will
save you space
on your web page
and give your
visitors control
over text movement.
COPY
-
Insert into Body Tag: <BODY 'CODE HERE'>
onload="setVariables(),scrollUp()"
Close This Window