August 1999
Intermediate to advanced
1488 pages
72h 53m
English
ScriptEngineBuildVersion
The ScriptEngineBuildVersion function returns the actual build number of the scripting engine contained on the user's machine.
Listing 9.120 prints the build number of the Internet Explorer browser interpreting the script.
<script language="JScript">
<!-- Hide
// Write the build number to the page
document.write("Build " + ScriptEngineBuildVersion());
// End hide -->
</script>
|
Read now
Unlock full access