?? 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 + -