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
%>