Simon simon@sparksy.org.uk wrote:
I'm looking for a method of scrolling a HTML page up and down without user intervention... I know of the window.scroll method in Javascript, but I can only get it to scroll down...
Last I saw parts of the nus.org.uk (or is it now nusonline.com?) site did this with onMouseOvers on images. See how they do it and whether you can copy their method. Also, make sure you're not using a dodgy Javascript interpreter (such as NS4.x...)
HTH, MJR