一套简单的OA系统

源代码在线查看: popnotice.asp

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

相关代码

				
				
				
				
				
								oabusyusername=request.cookies("oabusyusername")
				oabusyuserid=request.cookies("oabusyuserid")
				if request.form("submit")="我已经看了此通告" then
					id=request.form("id")
					set conn=opendb("oabusy","conn","accessdsn")
					sql = "update newnotice set readuserid=readuserid+'("&oabusyuserid&")' where ID="&id
					conn.Execute sql
					conn.close
				%>
				                   
					opener.parent("banner2").doflag.value='1';
					window.close();
				 
									response.end
				end if
				%>
				
				
				
				
				
				 Office办公系统--查看通告
				
				opener.parent("banner2").doflag.value="0";
				
				
				
				
								 
				set conn=opendb("oabusy","conn","accessdsn")
				Set rs=Server.CreateObject("ADODB.recordset")
				sql="select * from newnotice where readuserid NOT LIKE '%("&oabusyuserid&")%' and sendusername'"&oabusyusername&"'"
				rs.open sql,conn,1
				%>
				
				通告标题:
				
				[发布日期:]
				
								 
				%>
				  
				
				
				
				
				
				
				
								%>
				
				  
				  
				    
				      
				        
						  
				          IE37 © IE37.com 
						  
				        
				      
				    
								%> 
				  
				  
				
				
							

相关资源