@_jscript_version : jscript_version : MS JScript JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » MS JScript » jscript_version »

 

@_jscript_version








The @_jscript_version variable hold the JScript version number in major.minor format.

Before accessing the @_jscript_version variable, use the @cc_on statement to define the variable.












<html>
    <script language="JScript">
    <!--
    //Set conditional compilation so @_jscript_version variable will be defined.
    @cc_on
    //Display the JScript verision number using the @_jscript_version variable
    document.write("The JScript version is ",@_jscript_version);
    -->
    </script>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo MS JScript
» jscript_version