JohnShell
09-08-2010, 06:55 PM
Hi,
Have table with 5 rows - first two are visible - last three are not. Used this to hide last three
<tr id="row1" style="display: none">
<tr id="row2" style="display: none">
<tr id="row3" style="display: none">
I guess a js function would be able to display the 3 hidden rows - how?
Thanks - John
Have table with 5 rows - first two are visible - last three are not. Used this to hide last three
<tr id="row1" style="display: none">
<tr id="row2" style="display: none">
<tr id="row3" style="display: none">
I guess a js function would be able to display the 3 hidden rows - how?
Thanks - John