JavaScript Tutorial/MS JScript/jscript build

Материал из Web эксперт
Перейти к: навигация, поиск

@_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.



   <source lang="javascript">

<html>

   <script language="JScript">
   
   </script>

</html></source>