<body>
<script language="JavaScript"><!--
document.write("このページの(URL)は:<b>",
document.URL,"</b><br>");
document.write("このページの(location)は:<b>"
+ document.location + "</b><br>");
document.write("このページの作成日(fileCreatedDate)は:<b>",
document.fileCreatedDate,"</b><br>");
document.write("このページの最終更新日(lastModified)は:<b>"
+ document.lastModified + "</b><br>");
document.write("このページの最終更新日(fileModifiedDate)は:<b>",
document.fileModifiedDate,"</b><br>");
document.write("このページのタイトル(title)は:<b>"
+ document.title + "</b><br>");
document.write("このページのファイルサイズ(fileSize)は:<b>",
document.fileSize,"</b>byte<br>");
document.write("このページのタイプ(mimeType)は:<b>",
document.mimeType,"</b><br>");
document.write("このページのセキュリティー情報(security)は:<b>",
document.security,"</b>"); document.write("このページへの移動元(referrer)は:<b>",
document.referrer,"</b>");
//--></script>
end(01/9/4)