📄 index_button.asp
字号:
<%'创建时间:2004/07/06
'创建人:
'功能:用于规则说明
%>
<!--#include file="Include/Islogin.asp"-->
<!--#include file="Include/conn.asp"-->
<%'set rs=server.createobject("adodb.recordset")
'sql="select Article_content,Article_name from Article where Article_name='会员登陆首页文字'"
'rs.open sql,conn,1,1
%>
<html>
<head>
<script>
if(self==top){
location.href = "index.asp";
}
</script>
<link href="include/css.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>规则说明</title>
</head>
<body>
<table width="100%" height="31" border="0" cellpadding="1" cellspacing="0">
<tr>
<td style="word_break:break_all;"><%'response.write replace(rs("Article_content"),chr(13),"<br>")
'set rs=nothing
'conn.close
response.Redirect("information.asp")%>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -