Hi,
Is ther any way i can find out how many rows a table contains and cyle through each rows.

e.g. [psudocode]

for (i=0;i<document.tables['table1'].rows.length();i++)
{
document.tables['table1'].rows[0].styles.display="none";
}

Basically i am trying to hide certain rows(more then one) in a table.

Any Ideas?

Thanks for your help.

Danial