www.gusucode.com > CC校友录贴吧 CCBar源码程序asp编程 > template_c/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="修 改">&nbsp; 
	<input  class="reset" type="reset"   value="重 置" >&nbsp;</td>
</tr>
</form>
</tbody>
</table>
<!-- ##### 主栏目结束 ##### -->   
<!-- #include file="page_sub_footer.html.asp" -->