Hello,
My AJAX application paints data into about 500 cells with unique ID
every 10 seconds. I am using document.getEle mentById() to find the
right cell. However, I have noticed that document.getEle mentById() in
IE is freezing the browser for about 1 second unlike Firefox.
Can anyone suggest any speed improvements for painting data into a
large number of cells to speed up the process?
My AJAX application paints data into about 500 cells with unique ID
every 10 seconds. I am using document.getEle mentById() to find the
right cell. However, I have noticed that document.getEle mentById() in
IE is freezing the browser for about 1 second unlike Firefox.
Can anyone suggest any speed improvements for painting data into a
large number of cells to speed up the process?
Comment