navigator.userProfile

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

構文

navigator.userProfile

例文

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

関連記事

スポンサーリンク

HTMLとJavaScriptの文字コードが違うときの対処法

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

上に戻る