📄 search.asp
字号:
<!--#include file="conndb.asp"-->
<html>
<head>
<title>查询条件</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<form method="POST" action="SearchRlt.asp">
<table border="0" width="700" align=center>
<tr><td colspan="2" height="116"><!--#include file="head.htm"--></td></tr>
<tr>
<td width="25%" valign="top"><!--#include file="left.asp"--></td>
<td valign="top">
<table border="0" width="100%" cellspacing="4" cellpadding="0" bordercolorlight="#A4A4FF" bordercolordark="#FFFFFF">
<tr>
<td width="100%" colspan="2" align="center"></td>
</tr>
<tr>
<td width="100%" colspan="2" align="center"><b><font color="#000080">职位查询</font></b></td>
</tr>
<tr>
<td width="100%" colspan="2"> </td>
</tr>
<tr>
<form method="POST" action="SearchRlt.asp">
<td width="50%" align="center">查询条件</td>
<td width="50%"><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="50%" align="center">关 键 字</td>
<td width="50%"><input type="text" name="key" size="20"></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 + -