@_PowerPC : PowerPC : MS JScript JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » MS JScript » PowerPC »

 

@_PowerPC







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












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







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo MS JScript
» PowerPC