NavigateComplete event
Fires after a navigation to a link is completed on either a window element or a frameSet element.
Syntax
HTML Attribute | <element NavigateComplete = "handler(event)"> |
attachEvent Method | object.attachEvent("NavigateComplete", handler) |
Event information
Synchronous | No |
Bubbles | No |
Cancelable | No |
Event handler parameters
pDisp [in]
C++ A pointer to the IDispatch interface for the WebBrowser object that represents the window or frame. This interface can be queried for the IWebBrowser2 interface. VB Object that evaluates to the top-level or frame WebBrowser object corresponding to the event. URL [in]
C++ A pointer to a Variant structure of type String that contains the URL, UNC file name, or a PIDL that was navigated to. VB String expression that evaluates to the URL, UNC file name, or PIDL that was navigated to.
Remarks
This event is obsolete. Use the NavigateComplete2 event instead.