一个非常不错的OA,具备基本的功能,能够满足中小型公司,企业的在线办公

源代码在线查看: helpinf.asp

软件大小: 250 K
上传用户: xhaibo
关键词: OA
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				
								oabusyname=request.cookies("oabusyname")
				oabusyusername=request.cookies("oabusyusername")
				oabusyuserdept=request.cookies("oabusyuserdept")
				oabusyuserlevel=request.cookies("oabusyuserlevel")
				if oabusyusername="" then response.redirect "default.asp"
				%>
				
				
				
				
				
				
				
				
				企业办公系统
				
				
				
				
				
				
				帮助信息
				
				
				
								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
				%>
				
				
				
				
				类帮助信息列表
				
								while not rs.eof and not rs.bof
				%>
				
				
								rs.movenext
				wend
				%>
				
				
								call bgback()
				%>
				
				
				
				
				
				
				
				
				
				
				
				
							

相关资源