📄 updateinformation.jsp
字号:
<%@page language="java" contentType="text/html; charset=GBK"%>
<%@page import="java.sql.*,stuman.*" errorPage="errorpage.jsp" %>
<html>
<head>
<title>修改信息</title>
</head>
<LINK href="images/Default.css" type=text/css rel=stylesheet>
<body scroll=auto MS_POSITIONING="GridLayout" bgcolor="E7F2FF">
<%
String stu_id = (String)session.getAttribute("id");
if(stu_id==null){response.sendRedirect("login.jsp");}
%>
<form name="form1" method="post" action="StudentLoginSvlt"><center><font size="+2" face="华文行楷">修改个人信息</font></center>
<input type="hidden" name="action" value="update">
<input type="hidden" name="id" value="<%=stu_id%>">
<table class="main_w" width="55%" border="1" cellpadding="4" cellspacing="0" bordercolor="#3E8A91" bgcolor="E7F2FF" 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>
<tr><td colspan=2 align=center>
<INPUT class=Button1 type=button value="返回" name=back onclick="javascript:history.back()">
<INPUT class=Button1 type=submit value="提交" name=Submit>
</td></tr>
</table>
<!-- <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 + -