IEMajorVersion Property
The IEMajorVersion property contains the major version number of the Internet Explorer.
Syntax
[long=] SiteKiosk.Version.IEMajorVersion
|
Possible Values
Long value that retrieves the major version.
|
The property is read only.
Remarks
The major version number is the number notated before the point.
Examples
The following example shows the major version number of the Internet Explorer in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Version.IEMajorVersion);
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to to