navigator.vendorSub

製品に関する付随情報を返します。Firefox、iCab 3以降で利用することができます。iCab 3ではバージョン番号等の文字列が返されます。(例:3.0.2, Beta 382)

構文

navigator.vendorSub

例文

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

関連記事

スポンサーリンク

man オンライン・マニュアルを参照する

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

上に戻る