📄 bottom.asp
字号:
<!--#include file=conn.asp --><!--#include file="chkuser.asp" --><!--#include file=../include/config.asp --><LINK href=style.css rel=stylesheet>
<script language="JavaScript">
function about()
{
window.showModalDialog("about.htm","","dialogWidth:420px;dialogHeight:240px;scroll:no;status:no;help:no");
}
</script>
<TABLE width="750" border="0" align="center" cellspacing="0" cellpadding="0">
<TR><TD height="1" bgcolor=<%=border%>></TD></TR></TABLE>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="p9" align=center height="3">
<tr><td align="center" height=3>版权所有 Copyright © 2001-2002
<a class=bottom href="http://www.nmju.cn" target="_blank"><%=copyright%></a> All Rights Reserved 保留所有权利 <a href=javascript:about()>关于系统</a></font></td></tr>
</table>
<SCRIPT LANGUAGE="JavaScript">
function runClock() {
theTime = window.setTimeout("runClock()", 1000);
var today = new Date();
var display= today.toLocaleString();
status="现在是:"+display+",欢迎您的光临!如果有什么问题或建议,请访问:http://www.nmju.cn";
}
</SCRIPT><body oncontextmenu="self.event.returnValue=false" onLoad="runClock()">
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -