0
votes
2answers
355 views

How to handle javascript on page with thousands of checkboxes in IE6

I am having problems with code written in ASP.NET with some javascript, doing a postback to the server for changes made to a grid of approximately 8,000 checkboxes. The this is, while I was testing ...
1
vote
3answers
385 views

Exceptionally slow javascript performance on one laptop out of a few dozen

I'm working on a web application using a pretty heavy amount of javascript. On the majority of computers (all running IE6...unfortunately), the average document.ready time is about 2 seconds. While ...