SkinName Property
The SkinName property contains the name of the current browser skin.
Syntax
[str=] SiteKiosk.SiteSkin.SkinName
|
Possible Values
String that retrieves the name of the skin.
|
The property is read only.
Remarks
Examples
The following example shows the current browser skin name in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.SiteSkin.SkinName);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top