navigator.opsProfile

プロファイルを返します。Windows版Internet Explorerで利用することができます。

構文

navigator.opsProfile

例文

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

関連記事

スポンサーリンク

Acl: watch

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

上に戻る