psw.jsp

来自「用JAVA自己编写的人才招聘网站」· JSP 代码 · 共 45 行

JSP
45
字号
<%@ page contentType="text/html; charset=gb2312" %><%@ page import="myutil.*"%><%@ page import="java.sql.*"%><% request.setCharacterEncoding("gb2312");response.setContentType("text/html;charset=UTF-8");%><html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><link href="../css/left.css" rel="stylesheet" type="text/css"><script src="../js/default.js"></script></head><body topmargin="0px"><table width="100%" height="500"  border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">  <tr>    <td height="20">&nbsp;</td>  </tr>  <tr>    <td align="left" valign="top"> <table width="500" border="0"  cellpadding="0" cellspacing="0" bgcolor="#F5f7f7">        <form name="form" method="post" action="modiPsw.jsp">          <tr align="center">            <td height="27" colspan="2"><div id="reg"><font color=red>修改密码</font></div></td>          </tr>          <tr>            <td width="200" height="22" align="center">新&nbsp;密&nbsp;码:</td>            <td width="300"><input type="password" name="newpassword" size="15"></td>          </tr>          <tr>            <td width="200" height="22" align="center">确认密码:</td>            <td width="300"><input type="password" name="newpassword1" size="15"></td>          </tr>          <tr align="center">            <td height="35" colspan="2"><input type="submit" name="Submit" value="修改" onClick="return reg()">&nbsp;&nbsp;              <input type="reset" name="Reset" value="重置"></td>          </tr>        </form>      </table></td>  </tr></table></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?