6.オブジェクト<26p>


<html>
<head>
<title>★☆★☆ブラウザ情報★☆★☆</title>
<script language="JavaScript">
<!--
document.write("<h3>あなたの使用しているブラウザ情報は</h3>");
document.write("ブラウザ名: ",navigator.appName);
document.write("<BR>");
document.write("バージョン: ",navigator.appVersion);
document.write("<BR>");
document.write("<h3>ディスプレイのサイズを取得します。</h3>");
document.write("スクリーンの幅(pixels): ",screen.width);
document.write("<BR>");
document.write("スクリーンの高さ(pixels): ",screen.height);
document.write("<BR>");
document.write("使用可能カラー数(bitカラー): ",screen.colorDepth);
//-->
</script>
</HEAD>
<body>
</BODY>
</html>