How can I show the progress while in a while statement? All I see here is that any method I have tried to use waits until the while is completed to update. I really don't care if it is a textual or graphical progress display as long as it is real time.
One possible solution is to open a small window that just shows some time passing graphic or whatever. The page with the while tag will basically freeze until the while is done. But a seperate window will not.
You might be able to pass info out of the loop to the child window, but I've never tried to do that so don't know if it will work or not.
And again same problem. No matter what is done is has to happen in the same function as the while statement. Nothing happens including the child window until that is done.
I this just a limitation of javascript... that repainting or what ever just does not happen on command?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.