user_modifypwd_self.asp

来自「北京华信东方网络办公系统」· ASP 代码 · 共 39 行

ASP
39
字号
<html>
<head>
<title>华信东方密码更改</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
<meta name="GENERATOR" Content="Microsoft Visual Studio.NET 7.0">

</head>

<body>

<div id="Layer1" style="position:absolute; left:199px; top:106px; width:354px; height:209px; z-index:1">
  <form action="user_modifyPWD_deal.asp" method="post" target="_self"><table width="100%" height="155" border="0" cellpadding="4" cellspacing="0">
    <tr align="center"> 
      <td colspan="2">办公系统个人密码更改</td>
    </tr>
    <tr> 
      <td width="34%">原&nbsp;&nbsp;密&nbsp;&nbsp;码</td>
      <td width="66%"><input name="OldPWD" type="password" id="OldPWD" size="20"></td>
    </tr>
    <tr> 
      <td>新&nbsp;&nbsp;密&nbsp;&nbsp;码</td>
      <td><input name="NewPWD" type="password" id="NewPWD" size="20"></td>
    </tr>
    <tr> 
      <td>确认新密码</td>
      <td><input name="ComfirmPWD" type="password" id="ComfirmPWD" size="20"></td>
    </tr>
    <tr> 
        <td colspan="2"> <p align="center"> 
            <input type="submit" value=" 提 交 ">
            <input type="reset" value=" 重 置 ">
             </td>
    </tr>
  </table>
</form>
</div>
</body>
</html>

⌨️ 快捷键说明

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