Javascript: scroll to bottom of page/window

Seems to work great in Safari and Firefox. Will check IE later…


window.scrollTo(0,document.body.scrollHeight);

Try it!

Tags: , ,

One Response to “Javascript: scroll to bottom of page/window”

  1. tbenmcp says:

    man, this code is working perfectly on all modern browsers…

    You are the man…thank you for this great tip…!

    thx 10x

Leave a Reply