silly js q
silly js q
Out of context: Reply #9
- Started
- Last post
- 10 Responses
- mitsu0
change this:
setTimeout('pageScroll()',100);
to this:
scrolldelay = setTimeout('pageScroll()',100);
and be sure to declare 'scrolldelay' outside of any functions
change this:
setTimeout('pageScroll()',100);
to this:
scrolldelay = setTimeout('pageScroll()',100);
and be sure to declare 'scrolldelay' outside of any functions