Re: Help for getElementById() method..
Posted By:
vijay_satlawar
Posted On:
Thursday, November 24, 2011 02:13 AM
There can be two possibilities:
First of all check whether the row with the mentioned ID is present.
if it is present then try to use
pasrseInt method on crpt.
i.e.
for(var k=1;k<=parseInt(crpt);k++)
{
//code goes here
}
now it will work