I\'ve noticed that if you are on a page and you have scrolled down a good bit, if you refresh the page, most browsers will jump you back down to your position. Is there any way
Works for me:
// Scroll top bro window.onload = function() { setTimeout (function () { scrollTo(0,0); }, 0); }