ComputerName Property



 
The ComputerName property contains the name of the computer.


Syntax

    [str=] SiteKiosk.ComputerName
Possible Values
    String that retrieves the computer name.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the computer name in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.ComputerName);
    </SCRIPT>

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

Back to top