HtmlChangePageTitle
Sub HtmlChangePageTitle($htmlSource As String, $title As String) As String
Changes the page title in $htmlSource and returns the updated HTML source code.
Parameters
- $htmlSource ... String expression. HTML source code of a web page.
- $title ... String expression. New title to insert or update.
Example:
HtmlChangePageTitle($sMemWeb, "Converted file")