Send comments on this topic.
Title Property
Attachmate.Reflection.Objects Library (Web) > WebDocument Object : Title Property
Gets or sets the text value of the title tag in the current HTML document.

Syntax

 
Object.Title As String

Example

Copy Code
Dim WDocument As Attachmate.Reflection.Objects.Web.Msie.WebDocument
WDocument.Title = "Untitled"

See Also