search.htm

来自「客户关系管理信息系统的源代码」· HTM 代码 · 共 33 行

HTM
33
字号
<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 + =
减小字号Ctrl + -
显示快捷键?