⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 search.asp

📁 更新内容: 1 增加了搜索功能 2 提供了帮助页面 修改若干小问题 管理名称 admin 初始密码:admin-update : added a search function to help pro
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="inc/const1.asp"-->
<!--#include file="inc/const2.asp"-->
<%
''''''''''''''''''''''''''''''''''''''''''''''''''''''
'          Jimmy中文站留言簿 Version 1.06	     '
'		 http://WWW.LUNJI.COM		     '
'	         Powered by BlueSailor	             '
'	 QQ:428140   E-MAIL: bluesailor@etang.com    '
''''''''''''''''''''''''''''''''''''''''''''''''''''''
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>搜索留言--<%=lybtitle%></title>
<!--#include file="css.asp"-->
<SCRIPT language=javascript>
function check(key) {
if (key.keyword.value=="") {
alert("查询不能为空!请填写。")
key.keyword.focus()
return false 
}
else
return true 
}
</SCRIPT>
</head>

<body topmargin="1" bgcolor="<%=bodybgcolor%>" alink=<%=alink%> vlink=<%=vlink%> link=<%=link%> ><!--#include file="top.asp"--><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>


<form action="searchresult.asp" method="POST"
        onsubmit="return check(this)">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="<%=bordercolor%>" width="650" align="center" height="64">
  <tr>
    <td width="100%" height="64" bgcolor="<%=tablebgcolor%>"><div align="center">
             <font color="#000000">&nbsp;<b> 查询方式:</b><select size="1" name="classid" style="border:1px solid #99CCFF; color: #000000; background-color: #9FC7FB; ">  
              <option selected>留言内容</option> 
              <option>姓名</option> 
            </select>  关键字:<input        
            type="text" size="28" maxlength="12" name="keyword"        
                       style="color: #FF0000; font-size: 10pt; border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom: 1px dotted blue"      
><input type="submit" name="B1"  value="查询(S)" accesskey="s"   class=noborder> 
            &nbsp;        
            </font>  
     </td>
  </tr>
</table></form>    
<br><br><br><br><br>
<br><!--#include file="bottom.asp"-->
 </body></html>
<%
connclose()    
%>    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -