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

📄 helpinf.asp

📁 为我们公司使用的oa系统
💻 ASP
字号:
<!--#include file="asp/sqlstr.asp"-->
<!--#include file="asp/bgsub.asp"-->
<!--#include file="asp/opendb.asp"-->
<!--#include file="asp/checked.asp"-->
<%
oabusyname=request.cookies("oabusyname")
oabusyusername=request.cookies("oabusyusername")
oabusyuserdept=request.cookies("oabusyuserdept")
oabusyuserlevel=request.cookies("oabusyuserlevel")
if oabusyusername="" then response.redirect "default.asp"
%>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" href="css/css.css">
<script language="javascript1.2" src="js/openwin.js"></script>
<title>企业办公系统</title>
</head>
<body bgcolor="#eeeeee" topmargin="5" leftmargin="5">
<% call bghead() %>
<center>
<table>
<tr>
<td><b><%=request("helpsort")%>帮助信息</b></td>
</tr>
</table>
</center>
<%
call bgmid()
%>
<%
set conn=opendb("oabusy","conn","accessdsn")
set rs=server.createobject("adodb.recordset")
sql="select * from helpinf where helpsort=" & sqlstr(request("helpsort"))
rs.open sql,conn,1
%>
<center>
<br>
<table border="1"  cellspacing="0" cellpadding="0" width="80%">
<tr>
<td align=center><b><%=request("helpsort")%>类帮助信息列表</b></td>
</tr>
<%
while not rs.eof and not rs.bof
%>
<tr>
<td><img src="images/menu_help.gif" width=16 height=16 border=0><a href="showhelpinf.asp?id=<%=rs("id")%>"><%=rs("helptitle")%></a></td></tr>
<%
rs.movenext
wend
%>
</table>
</center>
<%
call bgback()
%>
</body>
</html>










⌨️ 快捷键说明

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