📄 searchuser.asp
字号:
<%session("sql")=""%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="club.css">
<style type="text/css">
<!--
.botton { font-size: 12px; background-color: #FFFFF0}
-->
</style>
</head>
<body bgcolor="#FFFFF8">
<table width="72%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="34"> </td>
</tr>
<tr>
<td>【网友查询】</td>
</tr>
<tr>
<td height="1" bgcolor="006600"></td>
</tr>
</table>
<form method="post" action="searchuseract.asp" name>
<table width="72%" border="1" bordercolorlight="#000000" bordercolordark="#FFFFFF"
cellspacing="0" cellpadding="3" align="center">
<tr>
<td bgcolor="#C9CCFE" width="13%" align="center">
<p>姓名
</td>
<td bgcolor="#D0EDEE" width="87%">
<input type="text" name="username" size="20" class="botton">
</td>
</tr>
<tr>
<td bgcolor="#C9CCFE" width="13%" align="center">
<p>性别
</td>
<td bgcolor="#D0EDEE" width="87%">
<select name="sex" size="1" class="botton">
<option value="先生">先生</option>
<option value="小姐">小姐</option>
<option value="不知道" selected>不知道</option>
</select>
</td>
</tr>
<tr>
<td bgcolor="#C9CCFE" width="13%" height="30" align="center">
<p>生日
</td>
<td bgcolor="#D0EDEE" width="87%" height="30">
<input
type="radio" name="b1" value="0" checked>
大于
<input
type="radio" name="b1" value="1">
等于
<input type="radio" name="b1" value="2">
小于
<input type="text" name="born" size="20" class="botton">
例:75-4-15</td>
</tr>
<tr>
<td bgcolor="#C9CCFE" width="13%" align="center">
<p>来自
</td>
<td bgcolor="#D0EDEE" width="87%">
<input type="text" name="city" size="20" class="botton">
</td>
</tr>
<tr>
<td bgcolor="#C9CCFE" width="13%" align="center">
<p>积分
</td>
<td bgcolor="#D0EDEE" width="87%">
<input type="radio" name="lives" value="0" checked>
由高到低
<input type="radio" name="lives" value="1">
由低到高 </td>
</tr>
</table>
<p align="center">
<input type="submit" name="Submit" value="查 找" class="botton">
</p>
</form>
<table width="80%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr align="center">
<td height="1" bgcolor="FF0000"></td>
</tr>
<tr align="center">
<td height="16">如果你按某个条件查询后还想按其他条件继续查询,请重新点击上面的“查询用户”。<br>
不要使用浏览器的回退键,否则会造成查询结果不符合查询条件。</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -