OnNavigateComplete Event (ALog)

Fires after a navigation to a document is completed (on either a window or frameset element) and enters the navigation stack.

Syntax

Object.OnNavigateComplete ( pDisp, pvURL )

The OnNavigateComplete event syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

pDisp

Val Object

the frame's object.

pvURL

Var Variant

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

OnBeforeNavigate, LocationURL, Navigate