📄 hyxgmm.asp
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>修改密码</title>
<LINK href="mainimages/style.css" type="text/css" rel="stylesheet">
</head>
<body onLoad="form1.smsmm.focus();">
<script language="javascript">
<!--
function check(form)
{
if (form.smsmm.value=="")
{
alert("温馨小提示:请填写你的旧密码!");
form.smsmm.focus();
return false;
}
if (form.smsxmm.value=="")
{
alert("温馨小提示:请填写你的新密码!");
form.smsxmm.focus();
return false;
}
if (form.smsxmm.value!==form.smsqrmm.value)
{
alert("温馨小提示:请确认你的密码!");
form.smsxmm.value=="";
form.smsqrmm.value=="";
form.smsxmm.focus();
return false;
}
return true;
}
//-->
</script>
<form id="form1" name="form1" method="post" action="hyxgmmsave.asp" onSubmit="return check(this)">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" class="black12px"><strong> <font color="#003399">您现在的位置:</font></strong><font color="#003399">客户管理系统 <span class="nav">-></span> 用户中心 <span class="nav">-></span> 修改密码</font> </td>
</tr>
</table>
<TABLE id=data_table cellSpacing=0 cellPadding=3 width="100%"
bgColor=#dbeaf5 border=0>
<TBODY>
<TR>
<TD height="20" align="left" valign="middle"><SPAN
class=blue12px><STRONG> </font></STRONG></SPAN></TD>
</TR>
<TR bgColor=#c1cdd8>
<TD align=middle height=1></TD>
</TR>
<TR bgColor=#c1cdd8>
<TD align=middle
height=1></TD>
</TR>
</TBODY>
</TABLE>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#fff7e5">
<tr onmouseover = "this.style.backgroundColor='#E5F0FF'" onmouseout = "this.style.backgroundColor =''">
<td width="43%" height="30" align="right" class="td_line">旧密码:</td>
<td width="57%" height="30" class="td_line">
<input name="smsmm" type="text" id="smsmm" /></td></tr>
<tr onmouseover = "this.style.backgroundColor='#E5F0FF'" onmouseout = "this.style.backgroundColor =''">
<td height="30" align="right" class="td_line">新密码:</td>
<td height="30" class="td_line">
<input name="smsxmm" type="text" id="smsxmm" /></td></tr>
<tr onmouseover = "this.style.backgroundColor='#E5F0FF'" onmouseout = "this.style.backgroundColor =''">
<td height="30" align="right" class="td_line">确认密码:</td>
<td height="30" class="td_line">
<input name="smsqrmm" type="text" id="smsqrmm" /></td></tr>
<tr onmouseover = "this.style.backgroundColor='#E5F0FF'" onmouseout = "this.style.backgroundColor =''">
<td height="30" colspan="2" align="center" class="td_line"><input class="button" style="COLOR: #ffcc33" type="submit" size="30" value=" 确 定 " name="submit42" />
<input class="button" style="COLOR: #ffcc33" id="reset2" onclick="history.back()" type="button" value=" 取 消 " name="reset22" /></td>
</tr>
</table><TABLE id=data_table cellSpacing=0 cellPadding=3 width="100%"
bgColor=#dbeaf5 border=0>
<TBODY>
<TR>
<TD height="20" align="left" valign="middle"></TD>
</TR>
<TR bgColor=#c1cdd8>
<TD align=middle height=1></TD>
</TR>
<TR bgColor=#c1cdd8>
<TD align=middle
height=1></TD>
</TR>
</TBODY>
</TABLE>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -