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

📄 search.asp

📁 一个不完整的硬件报价管理系统
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="inc/const1.asp"-->
<!--#include file="inc/const2.asp"-->
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<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%>"><!--#include file="top.asp"--><br>
<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"  class=submit      
            value="查询(S)" accesskey="s"  style="width: 60; height: 20; font-size: 10pt"> 
            &nbsp;        
            </font>  
     </td>
  </tr>
</table></form>    
<br><br><br><br><br>
<br><!--#include file="bottom.asp"-->
 </body></html>
<%
conn.close
set conn=nothing
%>

⌨️ 快捷键说明

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