?? updatepw.jsp
字號(hào):
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="errorpage.jsp" %>
<html>
<head>
<link href="Inc/student_com.css" type="text/css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#0099FF" text="#00FF00" link="#CCFF00">
<p>
<%
String id = (String)session.getAttribute("id");
if(id==null){response.sendRedirect("login.jsp");}
String name = new String(request.getParameter("name").getBytes("ISO8859_1"));
%>
<div align="center"> <font size="+2" face="宋體"><%=name%>同學(xué)請(qǐng)輸入您的新密碼</font> </div>
</p>
<p> </p>
<p> </p>
<form name="form1" method="post" action="StudentLoginSvlt">
<input name="id" id="id" type="hidden" value="<%=id%>">
<input name="action" id="action" type="hidden" value="update">
<table width="360" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#DEDFDE">
<tr>
<td bgcolor="#FFFFFF"><div align="right">新密碼</div></td>
<td bgcolor="#FFFFFF"><input name="pw1" id="pw1" type="password"></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"><div align="right">確認(rèn)</div></td>
<td bgcolor="#FFFFFF"><input name="pw2" id="pw2" type="password"></td>
</tr>
</table>
<p> </p>
<p align="center">
<input name="確定" type="submit" id="確定" value="提交">
</p>
</form>
<p> </p><p> </p>
<p align="center"><a href="javascript:history.back();">返回</a></p>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -