StatusText Property



 
The StatusText property contains the text of the status bar.


Syntax

    [String=] SiteKioskWindow.SiteKioskWebBrowser.StatusText
Possible Values
    String that retrieves the text of the status bar.

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

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

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

Back to top