中国计生委网络办公系统,政府电子商务程序

源代码在线查看: popnotice.asp

软件大小: 1483 K
上传用户: peterzhang1982
关键词: 网络 电子商务 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				
								oabusyusername=request.cookies("oabusyusername")
				oabusyuserid=request.cookies("oabusyuserid")
				if request("submit")="我已经看了此通告" then
					id=request("id")
					set conn=opendb("oabusy","conn","accessdsn")
					sql = "update newnotice set readuserid=readuserid+'("&oabusyuserid&")' where ID="&id
					conn.Execute sql
					conn.close
				%>
				                   
				window.close();
				opener.location.reload();
				 
									response.end
				end if
				%>
				
				
				
				
				Crackgo办公系统--查看通告
				
				
				
								call bghead()
				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
				%>
				
				通告标题:
				
				[发布日期:]
				
								call bgmid()
				%>
				 
				
				
				
				
				
				
				
								call bgback()
				%> 
				
							

相关资源