📄 help.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>帮助系统-<%=webname%></title>
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="<%=bgcolor%>" text="#000000" leftmargin="0" topmargin="1" onload="window.setTimeout('statusScroll()', 500)">
<SCRIPT LANGUAGE=JAVASCRIPT>
var msg = "<%=webname%>留言板"
var speed = 300;
var msgud = " " + msg;
function statusScroll() {
if (msgud.length <msg.length) msgud += " - " + msg;
msgud = msgud.substring(1, msgud.length);
window.status = msgud.substring(0, msg.length);
window.setTimeout("statusScroll()", speed);
}
</SCRIPT>
<!--#include file="top.asp"-->
<%sql="select * from [help] where id=1"
set rs=conn.execute(sql)%>
<table width="680" border="0" align="center" cellspacing="1" bgcolor="<%=tabbgcolor%>">
<tr>
<td width="1003" bgcolor="<%=tdbgcolor%>">
<%=rs("help")%></td>
</tr>
</table>
<%rs.close
set rs=nothing
conn.close
set conn=nothing%>
<table width="680" border="0" align="center" cellspacing="1" bgcolor="<%=tabbgcolor%>">
<tr>
<td bgcolor="<%=td1bgcolor%>">
<!--#Include file="buttom.asp"-->
</td>
</tr>
</table><br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -