navigator.productSub

製品名が構築(ビルド)された日付(年月日)を返します。Firefox、Safari 2、iCabで利用することができます。Safariのみ最初にリリースされたversion 1の日付を返します。

構文

navigator.productSub

例文

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

関連記事

スポンサーリンク

Acl: get

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

上に戻る