泡泡堂服务端内有建站说明,喜欢玩泡泡堂的朋友下载开发.

源代码在线查看: community_notice_modify.asp

软件大小: 3830 K
上传用户: lujing200912345
关键词: 服务端
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				
				
				
				
				
				
				
					 
					   
						
					  
					
					 
					   
				
				
				
				
								login_check = Request.Cookies("LOGIN")("check")
				bomb_id		= Request.Cookies("LOGIN")("bomb_id")
				bomb_name	= Request.Cookies("LOGIN")("bomb_name")
				
				if (login_check = "" OR bomb_name= "") then%>
					
											alert("你那位啊?.");
						history.back();
					//-->
					
								else
				
					mode  = request ("mode")
					index = request ("index")
				
					if mode = "modify" then
						mode = "modify"
						sql = "SELECT name, title, comment FROM AdminBBS WHERE idx = " & index
						set rs = DBCon.Execute (sql)
						if rs.EOF then
							error_msg = "臂捞 粮犁窍瘤 臼嚼聪促."
							PageBack (error_msg)
						else
							pw = bomb_id
							if (bomb_id  "菂菂" and bomb_id  trim(rs("name"))) then
								error_msg = "累己磊啊 酒凑聪促."
								PageBack (error_msg)
							else
								bomb_id	= rs("name")
								title = rs("title")
								text = rs("comment")
								text = replace(text, "", CRLF)
								text = replace(text, "", CRLF)
							end if
						end if
						rs.Close
						set rs = nothing
					else
						mode	= "insert"
						title	= ""
						text	= ""
					end if
				%>
				
					
					function Checkit ()
					{
						form = document.edit;
						if (confirm ("臂阑 殿废 窍矫摆嚼聪鳖?"))
						{
							if (form.title.value == '') {
								alert ("臂狼 力格阑 静技夸.");
								form.title.focus ();
								return false;
							}
							if (form.text.value.length < 5) {
								alert ("郴侩阑 粱 歹 盲况林技夸.");
								form.text.focus ();
								return false;
							}
						}
						else
						{
							return false;
						}
						return true;
					}
					
				
				
						  
							 
							   
							
							 
							    
							
							 
							   
								
							  
							
							 
							  
							
							 
							   
							
							
							
								
								   
									 
								  
								   
									 
									  
									
									傍瘤荤亲 利绰 镑涝聪促.
								  
								   
									 
								  
								   
									 
									  
										 
										   
											ID
										  
										  
										
										 
										   
											捞皋老
										  
										   
											
										  
										
										 
										   
											力格
										  
										   
											
										  
										
										 
										   
											郴侩
										  
										   
											
										  
										
									  
									
								  
								   
									 
								  
								   
									 
									  
										 
										  
										   
										  
										
									  
									
								  
								   
									 
								  
								
							
							  
							
						  
				
								end if 
				%>
				
					  
					
				  
				
							

相关资源