silly js q
silly js q
Out of context: Reply #8
- Started
- Last post
- 10 Responses
- DutchBoy0
function stopScroll() {
clearTimeout(scrolldelay);
}function pageScroll() {
window.menuframe.scrollBy(0,50); // horizontal and vertical scroll increments
setTimeout('pageScroll()',100); // scrolls every 100 milliseconds
}
-------------it's on an iframe!
thx in advance, man!
and keep smiling.