?? index_modpassword.asp
字號:
<%
if session("username") = "" then
response.write "<script language=JavaScript>{window.alert('對不起,你尚未登陸或者閑置時間過長,請重新登陸系統(tǒng)!');window.location='index.asp'}</script>"
response.end
end if
%><head>
<LINK href="images/css.css" rel=stylesheet type=text/css>
<title></title>
</head>
<p> </p>
<p> </p>
<p align="center"><b>修改密碼</b></p>
<FORM action="passmodok.asp" method="POST" name="search">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="38%">
<tr>
<td width="36%" height="30" align="right">
<p align="center">原 密 碼:</p>
</td>
<td width="64%" height="30"><input type="password" name="oldpass" size="20"></td>
</tr>
<tr>
<td width="36%" height="30" align="right">
<p align="center">新 密 碼:</p>
</td>
<td width="64%" height="30"><input type="password" name="newpass" size="20"></td>
</tr>
<tr>
<td width="36%" height="30" align="right">
<p align="center">確認新密碼:</p>
</td>
<td width="64%" height="30"><input type="password" name="newpass2" size="20"></td>
</tr>
<tr>
<td width="100%" height="30" align="right" colspan="2">
<p align="center"><input type="submit" value=" 提 交 " name="B1"></td>
</tr>
</table>
</center>
</div>
</form>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -