Check through Javascript that page is loading something

Posted by Lilitu88 on Stack Overflow See other posts from Stack Overflow or by Lilitu88
Published on 2010-05-12T16:33:15Z Indexed on 2010/05/12 16:44 UTC
Read the original article Hit count: 208

When the browser is loading something on a page you can see it in the status bar that it says "Waiting for..." or "Transfering..." etc.

In firebug you can check in the net tab when something is being loaded and see when it stops. That is what I want.

Is there a way for me to trigger an event when that happens ? Or to get the status of the page or something ? Any way for me to know when that changes ?

I know I can do this easier if I use Ajax, but I can't since the page it's expecting an Excel report.

Thanks

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about browser