DownloadComplete event
Fires when a navigation operation finishes, is halted, or fails.
HTML Attribute | <element DownloadComplete = "handler(event)"> |
attachEvent Method | object.attachEvent("DownloadComplete", handler) |
Synchronous | No |
Bubbles | No |
Cancelable | No |
This method has no parameters.
Unlike NavigateComplete or NavigateComplete2, which are fired only when a URL is successfully navigated to, this event is always fired after a navigation starts. Any animation or "busy" indication that the container must display should be connected to this event.
Each DownloadBegin event has a corresponding DownloadComplete event.
Reference