OnTitleChange Event (ALog)

Notifies an application if the title of a document in the ALog control becomes available or has changed.

Syntax

Object.OnTitleChange ( sTitle )

The OnTitleChange event syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

String

Val BString

The new document title.

Comments

Because the title might change while an HTML page is downloading, the URL of the document is set as the title. After the title specified in the HTML page, if there is one, is parsed, the title is changed to reflect the actual title.

Comments

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

Applies to

ALog

See Also

OnStatusTextChange, GoBack, GoForward, GoSearch, LocationURL, Navigate