一个非常不错的OA,具备基本的功能,能够满足中小型公司,企业的在线办公

源代码在线查看: popnotice.asp

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

相关代码

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

相关资源