help_view.asp

来自「一个完全仿照阿里巴巴的网站管理系统 本软件没有版权问题」· ASP 代码 · 共 39 行

ASP
39
字号
<%dbdns="../../"%>
<!--#include file="../../inc/conn.asp"-->
<!--#include file="../cook.asp"-->
<%if fla10<>1 then
response.write "<script>alert('操作权限出错,您没有权限操作些功能');history.go(-1);</Script>"
Response.End 
end if%>
<%set rs=server.createobject("adodb.recordset")
sql="select * from SMT_help where SMT_id="&request("id")&""
rs.open sql,conn,1,1
if rs.eof then
response.write "<br><br><div align=center>此内容不存在</div>"
response.end
else
helptit=rs("SMT_helptit")
help=rs("SMT_help")
end if
rs.close%>
<%=citycss%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=helptit%> - <%=citytitle%></title>
</head>

<body style="margin:0">
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr><td height=50 bgcolor=#efefef align=center class="f18" style="border-bottom:1px #cccccc solid"><strong><%=helptit%></strong></td></tr>
<tr><td height=10></td></tr>
<tr><td>
<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td><p style="line-height:190%" class=f14><%=code_jk(help)%></td>
  </tr>
</table>
</td></tr>
<tr><td height=50></td></tr>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?