📄 page_user_pwd_mdy.html.asp
字号:
<!-- #include file="page_user_header.html.asp" -->
<!-- ##### 主栏目开始 ##### --->
<%Call ActionView(CONST_ACTION_FUNC)%>
<script language="Javascript">
//表单校验
function CheckFormPwdMdy(theform)
{
<%=TAG_strVerifyCode%>
return true;
}
</script>
<table border="0" cellpadding="3" cellspacing="1" align="center" width="70%" class="form_table" >
<tbody>
<form action="../user/user_pwdmdy_save.asp?strPostName=FormSavePwdMdy" method="post" id="frmFormPwdMdy" name="frmFormPwdMdy" onsubmit="return CheckFormPwdMdy(this)">
<tr >
<td class="form_td" colspan="2" align="left"><div class="mainNav">我的密码修改</div>
</td>
</tr>
<tr class="form_tr" >
<td class="form_td_left" width="30%" valign="top">输入原密码:</td>
<td class="form_td_right" valign="top">
<input type="password" maxlength="20" size="25" name="iptOldPwd" > <font color="red">*</font></td>
</tr>
<tr class="form_tr" >
<td class="form_td_left" valign="top">输入新密码:</td>
<td class="form_td_right" valign="top">
<input type="password" maxlength="20" size="25" name="iptNewPwd" > <font color="red">*</font></td>
</tr>
<tr class="form_tr" >
<td class="form_td_left" valign="top">新密码确认:</td>
<td class="form_td_right" valign="top">
<input type="password" maxlength="20" size="25" name="iptNewPwd2" > <font color="red">*</font></td>
</tr>
<tr class="form_tr" >
<td class="form_sub_td" colspan="2" >
<input class="submit" type="submit" name="subPwdMdy" value="修 改">
<input class="reset" type="reset" value="重 置" > </td>
</tr>
</form>
</tbody>
</table>
<!-- ##### 主栏目结束 ##### -->
<!-- #include file="page_sub_footer.html.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -