OsakaWebbie
Programmer
I have a table that is built (server-side) from data from a database, and often contains many columns, so it becomes quite wide. It is displayed inside an iframe. The newest data is always the right-most columns, so if possible, I would the horizontal scrollbar slid all the way to the right. (Yes, I know I'm lazy, but every single time I call that page, I have to slide the scrollbar - it gets old...) Is there a way to do that, either with Javascript or HTML itself?