Hi!
Thankyou soo much. I got the answer.
But i did little bit change.
Thanks & Regards,
Susan.
Thankyou soo much. I got the answer.
But i did little bit change.
Code:
for(var k=i;k<lastRow-1;k++){
tbl.rows[k].cells[0].innerHTML = (k-1)+1;
}
Susan.
Comment