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