gavin long wrote:

> Wim Roffel wrote:
> 
>> Consider the following a webpage:
> 
> [snip]
> 
>> In Mozilla you will see a counter going rather slowly from 1 to 1000. 
>> In IE
>> you will only see the figure 1000 after a short wait.
>>
>> I suspect that this is major reason why Mozilla is so slow when you have
>> many input fields.
> 
> 
> 
> Not the reason, merely another symptom of the underlying problem.
> 


IIRC, in IE the output of this kind of script doesn't go to screen until 
it has finished executing. It seems that Mozilla tries to always refresh 
the screen and it means a lot of changes while in IE it only makes a 
refresh at the end of the script.

If you want to make the page update while the script is executing in IE 
you must use a timeout so that one part of the code ends, IE refresh the 
screen and go on with the script when the timer activates again.



Reply via email to