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

📄 _codehelp.htm

📁 ASP程序实现的科技期刊系统
💻 HTM
字号:
<html>
<head>
<title>查询条件</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE type=text/css>A {
	TEXT-DECORATION: none
}
</STYLE>
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
<form name="form1" method="post" action="">
  <table style="font-size:9pt" width="300" border="0" cellspacing="0" cellpadding="0">
    <tr> 
      <td width="75" height="20" valign="bottom"><img src="images/find_1.gif" width="75" height="25"></td>
      <td width="75" height="20" valign="bottom"> 
	    <div align="center"><a href="_result_Query.htm"><img src="images/find_4.gif" width="75" height="25" border="0"></a></div>
	  </td>
      <td width="150" height="20"> 
        <div align="right"> </div>
      </td>
    </tr>
  </table>
  <table width="296" border="1" cellspacing="0" cellpadding="0" bordercolor="#6699FF" height="130">
    <tr> 
      <td> 
        <table style="font-size:9pt" width="296" border="0" cellspacing="0" cellpadding="0" bordercolor="#6699FF">
          <tr> 
            <td width="32" height="20">&nbsp;</td>
            <td width="84" height="20">&nbsp;</td>
            <td width="62" height="20">&nbsp;</td>
            <td width="102" height="20">&nbsp;</td>
          </tr>
          <tr> 
            <td width="32" height="25"> 
              <div align="center"><img src="images/search.gif" width="21" height="22"></div>
            </td>
            <td width="84" height="25"> 
              <select name="select">
                <option selected>查询条件一</option>
              </select>
            </td>
            <td width="62" height="25"> 
              <select name="select2">
                <option value="0">等于</option>
                <option value="1">不等于</option>
                <option value="2">大于</option>
                <option value="3">小于</option>
                <option value="4">不大于</option>
                <option value="5">不小于</option>
                <option value="6">包含</option>
                <option value="7" selected>类似</option>
              </select>
            </td>
            <td width="102" height="25"> 
              <input type="text" name="textfield" size="12">
            </td>
          </tr>
          <tr> 
            <td width="32" height="20">&nbsp;</td>
            <td width="84" height="20">&nbsp;</td>
            <td width="62" height="20">&nbsp;</td>
            <td width="102" height="20">&nbsp;</td>
          </tr>
          <tr> 
            <td width="32" height="25"> 
              <div align="center"><img src="images/search.gif" width="21" height="22"></div>
            </td>
            <td width="84" height="25"> 
              <select name="select2">
                <option selected>查询条件二</option>
              </select>
            </td>
            <td width="62" height="25"> 
              <select name="select3">
                <option value="0">等于</option>
                <option value="1">不等于</option>
                <option value="2">大于</option>
                <option value="3">小于</option>
                <option value="4">不大于</option>
                <option value="5">不小于</option>
                <option value="6">包含</option>
                <option value="7" selected>类似</option>
              </select>
            </td>
            <td width="102" height="25"> 
              <input type="text" name="textfield" size="12">
            </td>
          </tr>
          <tr> 
            <td colspan="4" height="20">&nbsp;</td>
          </tr>
          <tr> 
            <td colspan="4" height="20" bgcolor="#FFFFEC"> 
              <div align="center">
                <input type="radio" name="radiobutton" value="and" checked>
                <font color="#FF0000">与</font>   
                <input type="radio" name="radiobutton" value="radiobutton">
                <font color="#FF0000">或</font></div>
            </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
</form>
<br>
</body>
</html>

⌨️ 快捷键说明

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