「トップページ」の編集履歴(バックアップ)一覧に戻る
トップページ」を以下のとおり復元します。
<html>
<head>
<title>TheTime</title>
<script language="JavaScript" type="text/javascript">
<!--

function loop(){

now = new Date;
str = "年"+(now.getMonth()+1)+"月"+now.getDate()+"日 "+now.getHours()+"時"+now.getMinutes()+"分"+now.getSeconds()+"秒";

jpyears(now, str); //フォームの内容書き換え
setTimeout("loop()", 100); //100ミリ秒/0.1秒ごとに更新

}

function jpyears(now, str){

str2 = "皇紀"+(now.getFullYear()+660)+str;
document.form1.kouki.value = str2; // 皇紀表示

str2 = "平成"+(now.getFullYear()-1988)+str;
document.form1.heisei.value = str2; // 平成表示

}

//-->
</script>

<style type="text/css">
<!--
.formstyle{border-width:0px;font-size:25px;} //各フォームのスタイル
//-->
</style>

</head>


<body onload=loop()>

<form action="#" name=form1>
<input type=text name=kouki size=35 class=formstyle readonly><br>
<input type=text name=heisei size=35 class=formstyle readonly><br>
</form>

</body>
</html>

復元してよろしいですか?

記事メニュー
目安箱バナー