SubSkinName Property



 
The SubSkinName property contains the name of the current browser subskin.


Syntax

    [str=] SiteKiosk.SiteSkin.SubSkinName
Possible Values
    String that retrieves the name of the subskin.

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

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

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

Back to top