![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
We have a table with about 2400 cells. Our requirement is to highlight the cells in the table whose data has changed, every 5 seconds. Our script behaves relatively ok in Firefox, but the performance in IE really bad. Have attached a simple html which simulates the prob. Any inputs on how to improve the perf in IE are greatly appreciated. |
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Every 5 secs fresh data is downloaded from the server. The downloaded data is compared against the data currently being displayed in the table. If any of the cells have changed, the javascript updates the value of the cell and changes the cell color based on whether the change is positive or negative from the previous value. |
#7
| |||
| |||
|
|
Every 5 secs fresh data is downloaded from the server. The downloaded data is compared against the data currently being displayed in the table. If any of the cells have changed, the javascript updates the value of the cell and changes the cell color based on whether the change is positive or negative from the previous value. |
|
This is not email. Your answer is read by many, so PLEASE quote a relevant part of the original. Follow usenet netiquette. |
|
Downloaded to a HTML table, how, why? Then you loose the original table cell content, I suppose. I suggest you do such comparing on the server, not on the client browser. |
#8
| |||
| |||
|
|
Every 5 secs fresh data is downloaded from the server. The downloaded data is compared against the data currently being displayed in the table. If any of the cells have changed, the javascript updates the value of the cell and changes the cell color based on whether the change is positive or negative from the previous value. |
|
This is not email. Your answer is read by many, so PLEASE quote a relevant part of the original. Follow usenet netiquette. |
|
Downloaded to a HTML table, how, why? Then you loose the original table cell content, I suppose. I suggest you do such comparing on the server, not on the client browser. |
![]() |
| Thread Tools | |
| Display Modes | |
| |