不是我做的一个留言板

源代码在线查看: msg_edit.asp

软件大小: 1063 K
上传用户: littlefish
关键词: 留言板
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				
				
				
								id=request.QueryString("id")
				on_web=L_CLASSi_MsgEDIT
				 y=L_CLASSi_MsgEDIT
				call Mon(y)
				if id"" then 
				up_sql="select msg_text from class_msg where id="&id
				set msgup=conn.execute(up_sql)
				msg_text=msgup("msg_text")
				msgup.close
				end if
				%>
				
								function FrontPage_Form1_Validator(theForm)
				{
				
				  if (theForm.msg_text.value == "")
				  {
				    alert("");
				    theForm.msg_text.focus();
				    return (false);
				  }
				
				  if (theForm.msg_text.value.length > 200)
				  {
				    alert("");
				    theForm.msg_text.focus();
				    return (false);
				  }
				  return (true);
				}
				//-->
				
				 
				
				
				  
				
				
				  
				                                       
				  
				
				   
				 
				 
				
				
				
				
				 
				
				
				
				
				
				
				
				
				
				
				
				
				
				            
				 
							

相关资源