一套简单的OA系统
源代码在线查看: helpinf.asp
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