Server Object



 
The Server object handles the SiteCafe server.


Members Table

Remarks
    This object is available through the object SiteCafe. Use the Server object to handle the SiteCafe server.

Examples
    The following example determines whether the SiteCafe server is started and displays it in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.Server.Started);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top