红金羚v1.5办公自动化软件是基于大型数据库系统开发的应用系统

源代码在线查看: doc_display.asp

软件大小: 9284 K
上传用户: add505
关键词: 1.5 金羚 办公自动化 软件
下载地址: 免注册下载 普通下载 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
				id=request("id")
				set conn=openconn("conn")
				set rs=server.createobject("adodb.recordset")
				sql="select * from ContentTable where AutoID="&id
				rs.open sql,conn,1
				if rs.eof and rs.bof then
					conn.close
					set conn=nothing
					set rs=nothing
					response.redirect "../asp/disperrorinfo.asp?errorinfo=对不起,没有这条档案资料!"
					response.end
				else
				%>
				
				
				
				
				档案资料库
				
				
				
				
				
				  
				  
				    
				      
					  
					  
					  
					  
				    
				  
				  
				
				
				
									conn.close
					set conn=nothing
					set rs=nothing
				end if
				%>			

相关资源