@_win32 : win32 « MS JScript « JavaScript Tutorial






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

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








32.31.win32
32.31.1.@_win32