Description
Fired when the load status of an embedded object (e.g. image) changes.
Arguments
|
Name |
Type |
I/O |
Description |
|
URL |
String (by Reference) |
In |
The URL of the object. |
|
Status |
Short Integer |
In |
The new status code, which may be: 0 - ObjectIsLoaded 1 - ConnectingToHost 2 - WaitingForResponse 3 - LoadingObject 5 - ObjectLoadFailed 6 - ObjectLoadCanceled |
Remarks
This event is fired for any object (but not for pages) when the load status of that object changes, regardless of whether the object is in a current visible page or in a cached page loading quietly in the background. Objects in hidden pages trigger this event too.