⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 help_view.asp

📁 实现一个用JSP、Servlet技术实现的小型物流网站系统。实现功能如下:管理员通过登录该系统
💻 ASP
字号:
<%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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -