ScriptEngineMinorVersion

JScript2.0+Syntax

ScriptEngineMinorVersion()

Description

The ScriptEngineMinorVersion function returns the actual minor version number of the scripting engine contained on the user's machine.

Example

Listing 9.122 prints the minor version number of the Internet Explorer browser interpreting the script.

Listing 9.122 Using the ScriptEngineMinorVersion Function to Retrieve the Minor Version Number of the Scripting Engine in an Internet Explorer Browser
<script language="JScript">
<!-- Hide

// Write the build number to the page
document.write("Minor Version: " + ScriptEngineMinorVersion());

// End hide -->
</script>
						

Get Pure JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.