?? forward.jsp
字號:
<%@ 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>新密碼為:<%=request.getParameter("password")%></p>
<p>請牢記您的新密碼</p>
<p>2秒后查看管理員信息</p> </td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -