oabusyusername=request.cookies("oabusyusername")
if request("submit")="我已经看了此通告" then
'在数据库中标为看过
set conn=opendb("oabusy","conn","accessdsn")
sql = "update userinf set seenotice='yes' where username=" & sqlstr(oabusyusername)
conn.Execute sql
%>
window.close();
opener.location.reload();
end if
%>
企业办公系统
call bghead()
%>
set conn=opendb("oabusy","conn","accessdsn")
Set rs=Server.CreateObject("ADODB.recordset")
sql="select * from newnotice order by id desc"
rs.open sql,conn,1
%>
通告标题:
[发布日期:]
call bgmid()
%>
call bgback()
%>