Forum Moderators: coopster
(function($) {
$(window).ready(function() {
$(window).scrollTop(500); // Set the browser to be 500 pixels down the page
});
})(jQuery);
scrollIntoView()method. Works in IE 6-8 (and above I assume), and all the rest.
document.getElementById('MYID').scrollIntoView();