📄 change_pwd.asp
字号:
<%
If request.cookies("member")="" Then
Response.redirect"../"
End If
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<title>专业选票 | 会员控制面板</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Description" content="互动调查,免费调查引擎">
<meta name="Keywords" content="互动调查,调查,引擎调查,投票,免费调查,vote,research">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<style type="text/css">
<!---a:link { color: #000080; font-family: Arial; text-decoration: underline }
a:visited { color: #680090; font-family: Arial; text-decoration: underline }
a:active { color: red; font-family: Arial; text-decoration: none }
a:hover { color: red; text-decoration: none }
body { color: #000000; font-size: 9pt; line-height: 12pt; font-family: Arial }
th { font-size: 9pt; line-height: 14pt }
td { font-size: 9pt; line-height: 14pt }
a.1:link { font-family: Arial; text-decoration: none; color: black }
a.1:visited { font-family: Arial; text-decoration: none; color: black }
a.1:active { font-family: Arial; text-decoration: none; color: white }
a.1:hover { font-family: Arial; text-decoration: none; color: white }
.line { line-height: 10pt }
.il { line-height: 12pt }
.form { font-size: 9pt }
---></style>
<script language="javascript">
<!--
if (parent.frames.length > 0) {
parent.location.href = location.href;
}
function help(){
window.open("help.htm","","width=440,height=480,top=30,left=180,resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
}
function login_onsubmit() {
if (document.form1.pwd.value=="")
{
alert("请您设定一个新的密码!")
document.form1.pwd.focus()
return false
}
else if(document.form1.cpwd.value=="")
{
alert("请确认密码!")
document.form1.cpwd.focus()
return false
}
}
// --></script>
</head>
<body topmargin="11" leftmargin="0" bgcolor="#303430">
<form method="POST" name="form1" language="javascript" onsubmit="return login_onsubmit()" action="change_pwd_save.asp">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="750" bgcolor="#FFA800" height="420">
<tr>
<td height="55" width="150">
<p align="center"><a href="ctrl.asp"><img border="0" src="../images/logo/ctrl_logo.gif" alt="专业选票 控制面板"></a></td>
<center>
<td height="420" width="600" bgcolor="#F6F6F6" rowspan="4" valign="top"></center>
<div align="center">
<center>
<table border="0" cellspacing="1" width="90%" height="390">
<tr>
<td width="100%" height="70" colspan="2"></td>
</tr>
<tr>
<td width="100%" height="14" colspan="2">更改登陆密码:</td>
</tr>
</center>
<tr>
<td width="41%" height="14">
<p align="right">设定新密码:</td>
<center>
<td width="59%" height="14"><input type="password" name="pwd" size="20" class="form"></td>
</tr>
</center>
<tr>
<td width="41%" height="17">
<p align="right">确认新密码:</td>
<center>
<td width="59%" height="17"><input type="password" name="cpwd" size="20" class="form" maxlength="15"></td>
</tr>
<tr>
<td width="100%" height="26" colspan="2">
<p align="center"><input type="submit" value=" 更改密码 " name="submit" class="form" maxlength="15"></td>
</tr>
<tr>
<td width="100%" height="214" colspan="2"></td>
</tr>
</table>
</center>
</div>
</td>
</tr>
<center></center><center></center><center></center><center>
<tr>
<td height="18" width="150" bgcolor="#FFCD71">
<p align="center">当前用户:<%=request.cookies("rname")%></td>
</tr>
<tr>
<td height="17" width="150"> </td>
</tr>
</center>
<tr>
<td height="330" width="150" valign="top">
<div align="center">
<table border="0" cellpadding="3" width="100%" height="157">
<tr>
<td width="100%" height="77" valign="top">
<p align="center"><a href="../vote/add_vote.asp" class="1">增加新的调查</a><br>
<a href="../vote/manage_vote.asp" class="1">管理现有调查</a><br>
<a href="change_pwd.asp" class="1">更改登陆密码</a><br>
<a href="change_info.asp" class="1">修改会员资料</a><br>
<a href="javascript:help()" class="1">使用帮助信息</a><br>
<br>
<a href="logout.asp" class="1">退出登陆</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="750">
<tr>
<td></td>
</tr>
<center>
<tr>
<td></td>
</tr>
</table>
</center>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -