@_mc680x0 : mc680x0 : MS JScript JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » MS JScript » mc680x0 »

 

@_mc680x0







The @_mc680x0 variable determines if a Motorola 680x0 processor is being used. When the variable is not true, it is defined as NaN.












<html>
    <script language="JScript">
    <!--
    @if (@_mc680x0)
      alert("You are using a Motorola 680x0 processor.");
    @else
      alert("You are NOT using a Motorola 680x0 processor.");
    @end
    -->
    </script>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo MS JScript
» mc680x0