ドキュメントの情報を表示するページ


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>ドキュメントの情報を参照したい</title>
</head>
<body>
<h2>ドキュメントの情報を表示するページ</h2>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<script type="text/JavaScript">
<!--
document.write("<p>・document.URL = "+document.URL+"</p>");
document.write("<p>・document.domain = "+document.domain+"</p>");
document.write("<p>・document.title = "+document.title+"</p>");
document.write("<p>・document.lastModified = "+document.lastModified+"</p>");
document.write("<p>・document.referrer = "+document.referrer+"</p>");
document.write("<p>・document.charset = "+document.charset+"</p>");
document.write("<p>・document.defaultCharset = "+document.defaultCharset+"</p>");
document.write("<p>・document.readyState = "+document.readyState+"</p>");
// -->
</script>
</body>
</html>


★解説★