I'm trying to figure out the best way to deal with this problem. I have a select box that populates a table cells using Java / PHP.
That data that is then returned to the cells is always a number. What I would like to do is color code those cells based off the number that is returned.
I have search quit a bit for an answer but unable to find a solution on how to accomplish this. There is a ton of help for mouseover,out, onclick etc.. but that isn't what I need.
Any help is greatly appreciated.
That data that is then returned to the cells is always a number. What I would like to do is color code those cells based off the number that is returned.
I have search quit a bit for an answer but unable to find a solution on how to accomplish this. There is a ton of help for mouseover,out, onclick etc.. but that isn't what I need.
Any help is greatly appreciated.
Comment