navigator.cpuClass

CPU名を返します。PowerPCの場合はPPC、インテルプロセッサの場合はx86になります。Windows版Internet Explorer 4以降、Macintosh版Internet Explorer 5、iCab 3以降が対応しています。

構文

navigator.cpuClass

例文

<html>
 <head>
  <title>navigator.cpuClass</title>
  <script type="text/javascript"><!--
  window.onload = function() {
   var txt = navigator.cpuClass;
   document.getElementById("result").innerHTML = txt;
  }
  // --></script>
 </head>
 <body>
 <div id="result"></div>
 </body>
</html>

関連記事

スポンサーリンク

id ユーザーIDやグループIDを表示する

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る