@_jscript_build : jscript_build : MS JScript JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » MS JScript » jscript_build »

 

@_jscript_build








The @_jscript_build variable holds the build number of the JScript scripting engine.

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












<html>
    <script language="JScript">
    <!--
    //Set conditional compilation so @_jscript_build variable will be defined.
    @cc_on

    document.write("The JScript engine build number is ",@_jscript_build);
    -->
    </script>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo MS JScript
» jscript_build