OSMinorVersion Property
The OSMinorVersion property contains the minor version number of the Operating System.
Syntax
[long=] SiteCafe.OSMinorVersion
|
Possible Values
Long value that retrieves the minor version.
|
The property is read only.
Remarks
The minor version number is the number given after the dot.
Possible values are:
0 : Windows 95/NT4.0/2000
1 : Windows XP
2 : Windows Server 2003 family
10 : Windows 98
51 : Windows NT 3.51
90 : Windows Me
Examples
The following example displays the minor version number of the Operating System.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteCafe.OSMinorVersion);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top