📄 bottom.asp
字号:
<!--#include file=conn.asp --><!--#include file="chkuser.asp" --><!--#include file=../include/config.asp -->
<head>
<LINK href=style.css rel=stylesheet>
<base target="main">
</head>
<body oncontextmenu="self.event.returnValue=false" onLoad="runClock()">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="p9" align=center height="3">
<tr><td align="center" height=3>版权所有 Copyright © 2003-2005
湛江市文保学校 All Rights Reserved</td></tr>
</table>
<SCRIPT LANGUAGE="JavaScript">
function runClock() {
theTime = window.setTimeout("runClock()", 1000);
var today = new Date();
var display= today.toLocaleString();
status="现在是:"+display+",文保学校欢迎您的光临!";
}
</SCRIPT>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -