userupdatepassworderror.jsp

来自「该源码包括了基于J2EE的数据持久层设计,设计中使用了DAO,Service,等」· JSP 代码 · 共 26 行

JSP
26
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>password error</title>
<style type="text/css">
<!--
.style1 {font-size: 24px}
.style2 {color: #CCCCCC}
-->
</style>
</head>

<body>
 <p align="center" class="style1">old password error,please reinput again!</p>
 <table width="73" border="0" align="center" bgcolor="#0066FF">
   <tr>
     <td height="26"><div align="center" class="style1 style2"><strong><a href="<%=request.getContextPath()%>/pages/userUpdate.jsp">Return</a></strong></div></td>
   </tr>
 </table>
 <p align="center" class="style1">&nbsp;</p>
 <p>&nbsp; </p>
</body>
</html>

⌨️ 快捷键说明

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