?? adminchangerpassword.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<head>
<title>更改管理員密碼</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
td{
font-size:9pt;
}
.style1 {
font-size: 9pt;
font-weight: bold;
color: #FF9900;
}
-->
</style></head>
<script language="JavaScript">
function RgTest(){
if(document.form.password.value==""){
window.alert("請輸入原來的密碼");
document.form.password.focus();
return false;
}
return true;
}
</script>
<%String adminpassword=(String)request.getAttribute("adminpassword");%>
<body>
<table width="568" height="419" border="0" cellpadding="2" cellspacing="1" bgcolor="#052754">
<tr>
<td align="center" valign="top" bgcolor="#FFFFFF">
<span class="style1"><br>
<br>
<br>
更改管理員密碼</span><br>
<form name="form" method="post" action="adminCheckPasswordAction.do" onSubmit="return RgTest()">
<table width="302" border="0" cellpadding="2" cellspacing="1" bgcolor="#052754">
<input name="adminpassword" type="hidden" value="<%=adminpassword%>">
<tr>
<td width="119" height="24" align="center"bgcolor="#0099cc">請輸入原來的密碼:</td>
<td width="172" bgcolor="#FFFFFF"><input type="password" name="password"></td>
</tr>
</table>
<br>
<input type="submit" name="Submit2" value="提交">
<input type="reset" name="Submit" value="重置">
</form> </td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -