一套简单的OA系统

源代码在线查看: helpinf.asp

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

相关代码

				
				
				
				
				
								oabusyname=request.cookies("oabusyname")
				oabusyusername=request.cookies("oabusyusername")
				oabusyuserdept=request.cookies("oabusyuserdept")
				oabusyuserlevel=request.cookies("oabusyuserlevel")
				if oabusyusername="" then 
					response.write("")
					response.write("window.top.location.href='default.asp';")
					response.write("")
					response.end
				end if
				%>
				
				
				
				
				
				企业办公自动化IE37-OA系统
				
				
				 
				
				
				
				
				
				
				
								 
				set conn=opendb("oabusy","connhelp","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
				%>
				
				
				
				  
				
				    
				      
				        
						  
				          IE37 © IE37.com 
						  
				        
				      
				    
				  
				  
				
				
							

相关资源