Title Property



 
The Title property contains the title of the displayed web site.


Syntax

    [String=] SiteKioskWindow.SiteKioskWebBrowser.Title
Possible Values
    String that retrieves the text of the title tag.

    The property is read only.
Remarks
    None.
Examples
    The following example reads the Title property and shows it in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKioskWindow.SiteKioskWebBrowser.Title);
    </SCRIPT>

Applies to
    SiteKiosk v5.0 (and later versions).

Back to top