📄 login.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<head>
<title>登陆</title>
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="40">
<%
String name;
name= (String) request.getParameter("name");
if(name!=null){
%>
<form id="form1" name="form2" method="post" action="check2.jsp">
<table width="300" border="0" align="center" cellspacing="1" bgcolor="#333333">
<tr>
<td bgcolor="#FFFFFF" colspan="2"><div align="center">修改密码</div></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">用户名:</td>
<td width="200" bgcolor="#FFFFFF"><label>
<input name="adminname" type="text" class="dl" id="adn" />
</label></td>
</tr>
<tr>
<td width="100" bgcolor="#FFFFFF">密 码:</td>
<td bgcolor="#FFFFFF"><input name="adminpwd" type="password" class="dl" id="pwd"/></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">新密码</td>
<td bgcolor="#FFFFFF"><input name="adminpwd2" type="password" class="dl" id="adminpwd"/></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"><label>
<input type="submit" name="Submit" value="提交" />
<input type="reset" name="Submit2" value="重置" />
<a href="javascript:history.go(-1)">返回登录</a></label></td>
</tr>
</table>
</form>
<%
}else{
%>
<form id="form1" name="form1" method="post" action="check.jsp">
<table width="300" border="0" align="center" cellspacing="1" bgcolor="#333333">
<tr>
<td bgcolor="#FFFFFF" colspan="2"><div align="center">管理登陆</div></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">用户名:</td>
<td width="200" bgcolor="#FFFFFF"><label>
<input name="adminname" type="text" class="dl" id="adn" />
</label></td>
</tr>
<tr>
<td width="100" bgcolor="#FFFFFF">密 码:</td>
<td bgcolor="#FFFFFF"><input name="adminpwd" type="password" class="dl" id="pwd"/></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"><label>
<input type="submit" name="Submit" value="提交" />
<input type="reset" name="Submit2" value="重置" />
<a href="login.jsp?name=tr">修改密码</a></label></td>
</tr>
</table>
</form>
<%
}
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -