Hello!
How can i dynamically update the bgcolor of all <td> in a document without assigning id's to all the <td>'s?
I have a table which has data in the <td>'s that when pressed, the bgcolor of that <td> should change, referenced by 'this'. Problem is not highlighting the one they press, but "un" highlighting the previous one. I cant assign ID's to the <td>'s because it is an ASP page that depending upon the user, may not have all of the <td>'s the page has to offer.
Thanks!
How can i dynamically update the bgcolor of all <td> in a document without assigning id's to all the <td>'s?
I have a table which has data in the <td>'s that when pressed, the bgcolor of that <td> should change, referenced by 'this'. Problem is not highlighting the one they press, but "un" highlighting the previous one. I cant assign ID's to the <td>'s because it is an ASP page that depending upon the user, may not have all of the <td>'s the page has to offer.
Thanks!