OnDocumentComplete Event (ALog)

Notifies an application that a document has reached the READYSTATE_COMPLETE state.

Syntax

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.

Comments

For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.

Applies to

ALog

See Also

Document, LocationURL, Navigate