Posted By:
Nishithkant_Chaturvedi
Posted On:
Sunday, March 15, 2009 02:43 AM
please check this code .it works on up and down button but doesn,t scroll alongwith going down the records .please help me I want record go down and also be scroll. var currentRow = 1; var VISIBLE_ROWS = 10; window.onload = function() { var table = document.getElementById('mytable' ); var trs = table.getElementsByTagName('tr'); highlightRow( trs[currentRow] ); } var highlightedRow; function addOnclickT
More>>