views:

320

answers:

1

So I have a table set up that has a cutsy little javascript running in it, however it will not auto scroll to the bottom. So my question is, how the heck do I have it automatically do it?

A: 

IIRC something along the lines of:

document.body.scrollTop = tableElement.offsetTop + tableElement.offsetHeight;
Jani Hartikainen
nope, didn't work :(
Matt S.