I'm using
$("#divVZITab").attr("tabindex",-1).focus();
On page load I want divVZITab
to become the focus, it is in the center
of page. So when page loads IE should automatically scroll to the center of the page & focus on the div.
But it is not working.