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

📄 search.asp

📁 本程序所有数据库文件都以.sql文件保存在Database文件夹里; 2、首先在SQL查询分析器中运行CreateDatabase.sql文件创建数据库; 3、运行其他所有的.sql文件即可创建好了本
💻 ASP
字号:
<!--#include file="conndb.asp"-->
<html>
<head>
<title>查询条件</title>
<link rel="stylesheet" href="style.css">
</head>
<body background="pic/bg.gif">
<form method="POST" action="SearchRlt.asp">
  <table align="center" border="0" width="500" align=center>
    <tr><td colspan="2" height="116"><!--#include file="head.htm"--></td></tr>
    <tr>
     <td align="center"></td>
     <td align="center">
    <table align="center" border="1" width="80%" cellspacing="1" cellpadding="1" bordercolor="#5A8FF0">     
     <tr>
      <td width="80%" colspan="2" align="center"></td>
     </tr>
     <tr>
      <td width="80%" bgcolor="#CEE7FF" colspan="2" align="center"><b><font color="#000080">职位查询</font></b></td>
    </tr>
     <tr>
      <td width="60%" colspan="2">&nbsp;</td>
    </tr>
     <tr>
<form method="POST" action="SearchRlt.asp">
      <td width="50%" align="center">查询条件</td>
      <td width="60%"><select size="1" name="slt">
          <option selected value="title">职位名称</option>
          <option value="type">职位类别</option>
          <option value="location">工作地点</option>
          <option value="company">公司名称</option>
          <option value="main">主要技能</option>
        </select></td>
    </tr>
    <tr>
      <td width="20%" align="center">关 键 字</td>
      <td width="50%"><input type="text" name="key" size="30"></td>
    </tr>
    <tr>
      <td width="100%" colspan="2">
        <p align="center"><input type="submit" value=" 提 交 " name="B1"> 
        <input type="reset" value=" 重 写 " name="B2"></td>
    </tr>
</form>
        </table>
    </td>
    </tr>
  </table>
</body>
</html>

⌨️ 快捷键说明

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