search.htm
来自「jsp-公司管理系统-注册、会员管理等功能」· HTM 代码 · 共 51 行
HTM
51 行
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>会员资料查询</title>
</head>
<body>
<form method="POST" action="http://127.0.0.1/suit/site_JSP/listUserPage.jsp">
<div align="center">
<center>
<table border="1" width="312" height="157">
<tr>
<td width="312" height="26" bgcolor="#FFE1F0">
<p align="center"><font face="仿宋_GB2312"><b>会员资料查询</b></font></td>
</tr>
<tr>
<td width="312" height="26" bgcolor="#FFC7AC"><font face="仿宋_GB2312">姓名:<input type="text" name="username" size="20"></font></td>
</tr>
<tr>
<td width="312" height="18" bgcolor="#FFE1F0"><font face="仿宋_GB2312">地区:<select size="1" name="region">
<option selected value="北京">北京</option>
<option value="上海">上海</option>
<option value="深圳">深圳</option>
</select></font></td>
</tr>
<tr>
<td width="312" height="22" bgcolor="#FFC7AC"><font face="仿宋_GB2312">入会日期:<select size="1" name="months">
<option value="1">一个月以内</option>
<option value="2">两个月以内</option>
<option value="3">三个月以内</option>
</select></font></td>
</tr>
<tr>
<td width="312" height="37" bgcolor="#FFE1F0">
<p align="center"><font face="仿宋_GB2312"><input type="submit" value="开始搜索" name="search"></font></td>
</tr>
</table>
</center>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?