searchuser.jsp
来自「为交课程设计」· JSP 代码 · 共 47 行
JSP
47 行
<%@ include file="../sys/rolecheck.jsp"%>
<%@ page contentType="text/html; charset=GBK" %>
<link rel="stylesheet" href="css/1.css" type="text/css">
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<html>
<head>
<title>
searchuser
</title>
</head>
<body bgcolor="#ffffff">
<form method="POST" action="/searchUserAction.do">
<table border="1" width="100%" height="104">
<tr>
<td width="11%" align="center" height="28"></td>
<td width="36%" align="center" height="28"><b>输入查询条件</b></td>
</tr>
<tr>
<td width="11%" height="1">用户编号:</td>
<td width="36%" height="1">
<input type="text" name="userid" size="20">
</td>
</tr>
<tr>
<td width="11%" height="26">用户名:</td>
<td width="36%" height="26">
<input type="text" name="username" size="20">
</td>
</tr>
<tr>
<td width="11%" height="27">真实姓名:</td>
<td width="36%" height="27">
<input type="text" name="userrealname" size="20">
</td>
</tr>
<tr>
<td width="11%" height="31"></td>
<td width="36%" height="31"><input type="submit" value="提交" name="B1"><input type="reset" value="重写" name="B2"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?