The GetTitle function retrieves the name in the title tags of the HTML document.
The GetTitle function downloads the file again and parse it.
Syntax
String Browser.GetTitle()
Parameters
The GetTitle function has no parameters.
Return value
The GetTitle function returns the title of the document.
If an error occurs, the GetTitle function returns an empty string.
Example
title = myBrowser.GetTitle()