瑞芯微量产:asp密码修改的问题

来源:百度文库 编辑:高校问答 时间:2024/05/07 20:53:08
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<style type="text/css">
<!--
body {
background-color: #9999CC;
}
.style2 {font-size: x-large}
table {
font-size: 12px;
color: #000000;
text-decoration: none;
text-align: left;
}
input {
background-color: #D5D5EA;
}
a:link {
font-size: 12px;
color: #000000;
text-decoration: none;
}
a:visited {
font-size: 12px;
color: #000000;
text-decoration: none;
}
a:hover {
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
background-color: #316AC5;
}
table {
font-size: 12px;
color: #000000;
text-decoration: none;
border: thin dotted #5959AC;
}
td {
border: thin dashed #C8C8E3;
}
.style3 {font-size: 18px}
-->
</style></head>
<center>
<body>
<p class="style2">会员注册系统登界面</p>
<hr>
<form name="form1" method="post" action="">
<p align="center" class="style3">登陆成功!!</p>
<table width="34%" border="0">

<tr>
<td>旧密码:</td>
<td><input name="ypwd" type="password" id="ypwd"></td>
</tr>
<tr>
<td>新密码:</td>
<td><input name="xpwd" type="password" id="xpwd"></td>
</tr>
<tr>
<td>重输一遍:</td>
<td><input name="xpwd2" type="password" id="xpwd2"></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" name="Submit" value="确定">
<input type="reset" name="Submit" value="取消"></td>
</tr>

</table>
</form>

</body>
</center>
</html>

这是个登陆成功后的页面,想添加个密码修改的功能,谁能帮我弄一下呀,谢谢拉.最好留下QQ.

<form name="form1" method="post" action="">
action=""要指向管理帐户或者密码数据添加修改的程序页面
编写VBScript脚本实现修改功能
而且还要有后台数据库才行