Script Categories













Scrolls >>> Vertical.

This is not like the other Scroller scripts in this category - thise one scrolls the page vertically! (up and down!!)

Add the below code to the <body> section of your page:

<script type="text/javascript">
/* Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin
function scrollit() {
for (I=1; I<=750; I++){
self.scroll(1,I)
   }
}
// End -->
</script>
<FORM><input type=button value="Scroll Page" onClick="scrollit()"></FORM>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).



















































©