search.asp

来自「一个专业的房地产门户网站」· ASP 代码 · 共 27 行

ASP
27
字号
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>搜索</title>
<LINK href="style.css" rel=Stylesheet type=text/css>
</head>
<body leftmargin="0" topmargin="0">
<form name="form1" method="post" action="index.asp">
  <table>
    <tr>
      <td colspan="2"><!--#include file="top.ini"--></td>
    </tr>
    <tr>
      <td colspan="2">
	  <input name="keyword" type="text" value="<关键字>" size="22" onclick="this.value=''">
      <select name="select">
        <option value="title" selected>主题</option>
        <option value="writer">作者</option>
      </select>
      <input type="submit" name="search" value="搜索"></td>
    </tr>
  </table>
</form>
</body>
</html>
<script language = "JavaScript" src = "bottom.js"/></script>

⌨️ 快捷键说明

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