📄 search.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>客户管理系统</title>
<link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css">
<!--
table {
font-size: 9pt;
text-decoration: none;
border: 1px solid #000000;
}
-->
</style>
</head>
<body>
<form action="search.asp">
<table width="398" bgcolor="#006699" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><input type="text" name="search" class="goto">
<select name="select1" class="goto" id="select1">
<option value="1" selected>名字</option>
<option value="2">E-mail</option>
</select></td>
<td><input type="submit" name="Submit" class="goto" value="搜索"></td>
<td> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -