drdexter33
Programmer
Hello.
who can tell me how to interate through an HTML table and find a checkbox control?
Here's what I have so far:
for(var i=1;i<document.all.htmlTable.rows.length;i++)
{
for(var j=0;j<document.all.htmlTable.rows.cells.length;j++)
{
}
}
The checkbox is always in cell[0]...
Thanks.
Doug
who can tell me how to interate through an HTML table and find a checkbox control?
Here's what I have so far:
for(var i=1;i<document.all.htmlTable.rows.length;i++)
{
for(var j=0;j<document.all.htmlTable.rows.cells.length;j++)
{
}
}
The checkbox is always in cell[0]...
Thanks.
Doug