navigator.appMinorVersion

アプリケーションのマイナーバージョンを返します。Windows版Internet Explorer 4以降、Macintosh版Internet Explorer 5、iCab 3以降が対応しています。

構文

navigator.appMinorVersion

例文

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

関連記事

スポンサーリンク

McAfeeのアンインストールができない場合の対処法

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

上に戻る