📄 search.asp
字号:
<!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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -