1.
window.onload = function()
{
  document.body.scrollTop = document.body.scrollHeight;
}