Notifies an application that a document has reached the READYSTATE_COMPLETE state.
Object.OnDocumentComplete ( pDisp ,pvURL )
The OnDocumentComplete event syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
pDisp |
Val Object |
Address of the frame's object. In the case of a document that contains multiple frames, each frame will fire this event. The top-level frame will fire this event after each sub-frame is completed. |
|
pvURL |
Var BString |
String expression that evaluates to the URL , UNC file name, or PIDL that was navigated to. |
For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.
Document, LocationURL, Navigate