?? updateinformation.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="errorpage" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>更新信息</title>
</head>
<body bgcolor="#0099FF" text="#FFFFFF">
<div align="center">
<p>
<%
String stu_id = (String)session.getAttribute("id");
if(stu_id==null){response.sendRedirect("login.jsp");}
%>
<font color="#00FF00" size="+3" face="方正舒體">更改您的個人信息 </font></p>
<p> </p>
</div>
<form name="form1" method="post" action="StudentLoginSvlt">
<input type="hidden" name="action" value="update">
<input type="hidden" name="id" value="<%=stu_id%>">
<table width="55%" border="1" align="center">
<tr>
<td>新密碼:</td>
<td><input name="password1" type="password" id="password1"></td>
</tr>
<tr>
<td width="42%">確認:</td>
<td width="58%"> <input name="password2" type="password" id="password2" > </td>
</tr>
<tr>
<td>電話:</td>
<td> <input name="tel" type="text" id="tel2"> </td>
</tr>
<tr>
<td>E_mail:</td>
<td> <input name="e_mail" type="text" > </td>
</tr>
</table>
<p align="center">
<label></label>
</p>
<p align="center"> </p>
<p align="center">
<input type="submit" name="Submit" value="提交">
</p>
</form>
<a href="student.jsp"><<Back </a>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -