Forum Moderators: open
window.scrollBy(0,speed) window.scrollBy(speed,0) and
temp=(document.all)? document.body.scrollTop : window.pageYOffset temp=(document.all)? document.body.scrollLeft : window.pageXOffset There may be some issues in newer browsers with the second statement.
Try it out anyways.