Sub HtmlExtractPageTitle($htmlSource As String) As String


Returns the page title defined in the HTML source code.


Parameters


  • $htmlSource ... String expression. HTML source code of a web page.


Example:

Dim $sTitle = HtmlExtractPageTitle($sMemWeb)