<html>
<body>
<center>
<h2>查詢用戶</h2>
<hr>
<form method="post" action="right.jsp" target="right">
<table border width="100%" borderColorDark="#ffffec" borderColorLight="#5e5e00">
<tr bgcolor="#f7f7f7"><td width="50%">查詢類型:</td>
<td><select name="stype">
<option value="id">id號</option>
<option value="name">用戶名</option>
<option value="sex">性別</option>
<option value="age">年齡</option>
<option value="phone">電話</option>
<option value="email">電子郵件</option>
<option value="address">地址</option>
</select></td>
<tr bgcolor="#f7f7f7"><td width="50%">查詢內(nèi)容:</td>
<td><input type="text" name="skey" size="12"></td>
<tr bgcolor="#f7f7f7">
<td colspan="2" align="center">
<input type="submit" value="查詢">
<input type="reset" value="清空">
</td>
</table>
</form>
</center>
</body>
</html>