📄 password_edit.asp
字号:
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="936"%>
<!--#include file="session_2.asp" -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>福州大学数学与计算机科学学院综合测评分管理系统</title>
<style type="text/css">
<!--
body {
background-image: url(imag/bjx.jpg);
}
.style18 {
font-style: italic;
font-size: 14px;
color: #FFFF66;
}
.style19 {color: #00FFFF}
.style58 {color: #000000; font-size: 12; }
.style61 {
font-style: italic;
color: #CC0099;
}
.style62 {color: #000000; font-size: 12; font-style: italic; }
.style65 {color: #CCFF00}
.style68 {color: #FFFFFF}
.style69 {
font-size: 12px;
color: #666666;
}
-->
</style></head>
<body>
<script language="javascript">
function chk()
{
if(document.psd.propsd.value=="")
{alert("请输入原密码");return false;}
if(document.psd.newpsd.value=="")
{alert("请输入新密码");return false;}
if(document.psd.newpsd.value.length<6)
{alert("为了安全,新密码长度要大于六位!");return false;}
if(document.psd.newpsdsure.value=="")
{alert("请输入确认密码");return false;}
if(document.psd.newpsdsure.value!=document.psd.newpsd.value)
{alert("新密码和确认密码不一致");return false;}
return true;
}
</script>
<form action="password_updata.asp" method="get" name="psd" target="_self" id="psd" onSubmit="return chk()">
<table width="665" height="534" border="0" align="center" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td height="13" colspan="3"><div align="center"><img src="imag/Top_logo.jpg" width="626" height="109"></div></td>
</tr>
<tr>
<td width="7" height="395"></td>
<td colspan="2" valign="top"><table width="570" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="850" height="395"><table width="651" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th width="643" height="358" scope="col"><table width="600" height="161" border="0" align="center" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<th width="108" height="2"></th>
<th width="437"></th>
<th width="55"></th>
</tr>
<tr>
<th height="157"></th>
<th valign="top">
<table width="88%" height="87" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr bgcolor="#CCCCCC">
<td width="97"><div align="center" class="style58 style61">
<div align="right" class="style68">原密码:</div>
</div></td>
<td width="168"><div align="left"><span class="style62">
<input name="propsd" type="password" id="propsd3">
</span></div></td>
<td width="95"><span class="style62"> </span></td>
</tr>
<tr bgcolor="#CCCCCC">
<td height="13"><div align="right"></div></td>
<td><div align="left"></div></td>
<td></td>
</tr>
<tr bgcolor="#CCCCCC">
<td height="17"><div align="center" class="style62 style68">
<div align="right">新密码:</div>
</div></td>
<td valign="top"><div align="left">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="141" height="16" class="style62"><input name="newpsd" type="password" id="newpsd3"></td>
</tr>
</table>
</div></td>
<td><span class="style62">
<input name="确认" type="submit" id="确认3" value="确认">
</span></td>
</tr>
<tr bgcolor="#CCCCCC">
<td height="13"><div align="right"></div></td>
<td><div align="left"></div></td>
<td></td>
</tr>
<tr bgcolor="#CCCCCC">
<td height="21"><div align="center" class="style62 style65">
<div align="right" class="style68">密码确认:</div>
</div></td>
<td height="21" valign="top"><div align="left">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="141" height="15" class="style62"><input name="newpsdsure" type="password" id="newpsdsure3"></td>
</tr>
</table>
<span class="style62"> </span></div></td>
<td height="21"><span class="style62">
<input name="重置" type="reset" id="重置3" value="重置">
</span> </td>
</tr>
</table></th>
<td nowrap></td>
</tr>
<tr>
<th height="2"></th>
<th></th>
<th></th>
</tr>
</table></th>
<th width="10" scope="col"> </th>
</tr>
</table>
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="13"></td>
<td width="651"></td>
<td width="42"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -