document.write("このページのタイトル ==> ( ",document.title," )<BR>");
document.write("このページのアドレス ==> ( ",document.URL," )<BR>");
document.write("このページのリンク元 ==> ( ",document.referrer," )<BR>");
document.write("このページの更新日 ==> ( ",document.lastModified," )<BR>");
document.write("<BR>");
document.write("このファイルのサイズ ==> ( ",document.fileSize," Bytes)<BR>");
document.write("このファイルの作成日 ==> ( ",document.fileCreatedDate," )<BR>");
document.write("このファイルの修正日 ==> ( ",document.fileModifiedDate," )<BR>");
document.write("このファイルの更新日 ==> ( ",document.fileUpdatedDate," )<BR>");

