search.asp

来自「asp做的论坛」· ASP 代码 · 共 51 行

ASP
51
字号


<html><head><title>搜索</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body,td,th {
	font-size: 12px;
}
body {
	background-image: url(images/bg_001.gif);
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {
	color: #660000;
	font-size: 24px;
}
.style3 {
	font-size: 12px;
	color: #FF3300;
}
-->
</style>

</head>
<body>
<p align="center"><span class="style1"><span class="style2">搜索</span></span></p>
<table width="360" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC">
  <tr>
    <td><form name="form1" method="post" action="searchok.asp">
      <br>
      <p align="center" class="style1">
          <span class="style3">关键字:</span>
          <input name="keyword" type="text" id="keyword" maxlength="12">

          <select name="classid" id="classid">
    <option value="title">按主题</option>
    <option value="content">按内容</option>
    <option value="name">按作者</option>
</select>          

<input name="imageField" type="image" src="images/tijiao.gif" alt="查询" align="bottom" width="27" height="22" border="0">
      </p>
      </form></td>
  </tr>
</table>
<p>&nbsp;</p>

</body></html>

⌨️ 快捷键说明

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