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
2009-09-25 22:57:28
nope, didn't work :(
Matt S.
2009-09-26 00:29:17