📄 left.htm
字号:
<html>
<style type="text/css">
<!--
.STYLE1 {color: #FFFFFF}
.STYLE6 {color: #006600; font-weight: bold; }
-->
</style>
<body background="0005.jpg" >
<center>
<h2 class="STYLE1">查询用户</h2>
<hr>
<form method="post" action="right.jsp" target="right">
<table cellpadding=10 cellspacing=5 align=center class=tableborder1>
<tr ><td align="center" width="50%"><span class="STYLE1">查询类型:</span></td>
<td><select name="stype" class="STYLE7">
<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 ><td align="center"width="50%"><span class="STYLE1">查询内容:</span></td>
<td><input name="skey" type="text" class="STYLE6" size="12"></td>
<tr >
<td colspan="2" align="center">
<input type="submit" class="STYLE7" value="查询">
<input type="reset" class="STYLE7" value="清空">
</td>
</table>
</form>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -