index_modpassword.asp

来自「没有什么」· ASP 代码 · 共 43 行

ASP
43
字号
<%
if session("username") = "" then
response.write "<script language=JavaScript>{window.alert('对不起,你尚未登陆或者闲置时间过长,请重新登陆系统!');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 + =
减小字号Ctrl + -
显示快捷键?