|
-
Nov 12th, 2003, 12:05 AM
#1
Hiding Rows
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
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|