Nickname Property



 
The Nickname property contains the current nickname.


Syntax

    SiteCafe.Server.Chat.Nickname [=str]
    
Possible Values
    String that specifies or retrieves the nickname.

    The property is read/write.
Remarks
    By default, the nickname is 'Administrator'.
Examples
    The following example displays the current nickname.

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

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

Back to top