@_win16 : win16 « MS JScript « JavaScript Tutorial






The @_win16 variable determines if a win16 system is being used. When the variable is not true, it is defined as NaN.

<html>
    <script language="JScript">
    <!--
    @if (@_win16)
      alert("You are using a win16 system.");
    @else
      alert("You are NOT using a win16 system.");
    @end
    -->
    </script>
</html>








32.30.win16
32.30.1.@_win16