⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 user.asp

📁 ASP+Access
💻 ASP
字号:
<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">
<!--
a {
	font-size: 9pt;
	text-decoration: none;
	border: 1px dotted #CCCCCC;
	color: #000000;
}
-->
</style>
</head>

<body>
<div align="center">
<table width="400" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000">
  <tr>
    <td bgcolor="#FFFFFF">
	<table border="1" width="100%" cellpadding="0" style="border-collapse: collapse" bordercolor="#000000" id="table1">
		<tr>
			<td>
			<table width="398" border="0" align="center" cellpadding="5" cellspacing="0" id="table3">
      <tr align="center" bgcolor="#006699">
        <td><font color="#FFFFFF">客户管理系统</font></td>
      </tr>
      <tr align="center" bgcolor="#006699">
        <td bgcolor="#FFFFFF">
		<div align="center">
		<table width="100%" border="0" cellpadding="0" cellspacing="0" id="table4">
            <tr><form action="search.asp">
              <td><input type="text" name="search" class="goto">
                </td>
              <td><select name="select1" class="goto" id="select1" size="1">
                <option value="1" selected>名字</option>
                <option value="2">电话</option>
              </select></td>
              <td><input type="submit" name="Submit" class="goto" value="搜索"></td>
              </form>
            </tr>
        </table>
		</div>
		</td>
      </tr>
    </table></td>
		</tr>
	</table>
	</td>
  </tr>
</table>
</div>
</body>
</html>

⌨️ 快捷键说明

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