Forum Moderators: open
I have a "div" element with both horizontal and vertical scrollbars.
The "div" element internally has a table with 100 rows.
Only 10 rows are visible at a time.
I want to PROGRAMMATICALLY scroll the "div" so that the rows from 70 to 80 are visible.
I'm a newbie to javascript.
hence any help is greatly appreciated!