n@@by
10-16-2003, 02:03 PM
I have quit a complex problem, and not too much experience with java script. So.... I'm looking for some help.
Here's my problem:
Every minute I need a function to be executed. It needs to check every row in a table on the page and change the color of that row if the time of that row is past the current time.
What would the function look like (more or less), considering my tabel is dynamically generated and never the same. What would be needed in the table (what should be named.... how can I assign a time to a row? in its name?)?
Here's my problem:
Every minute I need a function to be executed. It needs to check every row in a table on the page and change the color of that row if the time of that row is past the current time.
What would the function look like (more or less), considering my tabel is dynamically generated and never the same. What would be needed in the table (what should be named.... how can I assign a time to a row? in its name?)?