How can I identify the running process in a page? I can load my page, which
has many scripts, opens inner frames by script and so on, IE logo is not
rotating but progress bar at bottom right corner is growing. I don't know
why. Which event handler is running, or which event handler is not correctly
written. Page doesn't throw any error, everything works properly, but it
seems to users, that thay must wait for page loading or for something else.
What to do?
Thank you Tom
Agoston Bejo - 29 Sep 2004 08:38 GMT
Put alert() 's into your functions (which I assume you mean by 'process').
> How can I identify the running process in a page? I can load my page, which
> has many scripts, opens inner frames by script and so on, IE logo is not
[quoted text clipped - 6 lines]
>
> Thank you Tom