updatepasswordwrong.jsp

来自「新闻网(news) 带使用说明书 可以用作课程设计」· JSP 代码 · 共 31 行

JSP
31
字号
<%@ page contentType="text/html; charset=GBK" %>
<meta http-equiv="refresh" content="2;URL=managerSelectAction.do">
<html>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
}
td{
font-size:9pt;
}
-->
</style><head>
<title>输入的密码不正确</title>

</head>


<body>
<table width="568" height="419"  border="0" cellpadding="2" cellspacing="1" bgcolor="#052754">
  <tr>
    <td align="center" bgcolor="#FFFFFF">
	  <p>输入的密码不正确</p>
  <p>2秒后自动返回</p>	</td>
  </tr>
    </table>
</body>
</html>

⌨️ 快捷键说明

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