Hello,
I am trying to display various pieces of data in a table. Some of the table rows contain older data and tend to make the page much larger than need be so I would like to give the users the option to display the older data or not using style=display: . I've tried using document.getElementById(Old) and assigning the same ID=Old to each row which has older data in it. This only works for the first instance of a row with ID=Old.
Is there a way that I can do this?
Suggestions are welcome
Thanks, Danzig
I am trying to display various pieces of data in a table. Some of the table rows contain older data and tend to make the page much larger than need be so I would like to give the users the option to display the older data or not using style=display: . I've tried using document.getElementById(Old) and assigning the same ID=Old to each row which has older data in it. This only works for the first instance of a row with ID=Old.
Is there a way that I can do this?
Suggestions are welcome
Thanks, Danzig