Scrollbar default position

liunx

Guest
Hi all,
im having a css scrollbar within a table and on refresh of that page,i want 2 position the scroll,at the end of the table.
By default the scroll is always at the top.
But how do i refer to the scroll position,to bring it to the end of the table?Not with css, with JavaScript:
<body onload="document.getElementById('tableID').scrollIntoView(false);">
The false scrolls the bottom of the element into viewwell fang,

that worked really great. i was hunting for it for the past two days for a solution. finally was fedup searching on google and put up a query here.

and the reply came within a day. amazing. thanx once again.
 
Back
Top