Posted By:
Srivalli_Chavali
Posted On:
Tuesday, March 1, 2005 03:32 PM
Hi,
I could get it working using the scrollTop property of the div element.
document.getElementById('scrollingDivElement').scrollTop = obj.offsetTop;
obj is the 70th row object.
-Srivalli.