📄 person.asp
字号:
<!--#include file="../global/inc/CheckSession.asp"-->
<!--#include file="../global/inc/global.inc.asp"-->
<%
If Request.ServerVariables("REQUEST_METHOD") = "POST" Then
UserName = Request.Form("UserName")
Password = Request.Form("Password")
Password1 = Request.Form("Password1")
if Password<>Password1 then
Call InfoErrorWrite("密码不匹配")
End If
oConn_Start
oConn.Execute("Update sm_Webadmin Set AdminUserName='"&UserName&"',AdminPassword='"&Password&"' Where AdminId="&Session("AdminId"))
oConn_Close
errMsg = "<font color=#ff0000>密码修改成功</font>"
End If
%>
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>时尚上海会员管理平台</title>
<link href="../style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-color: #FC7E02;
}
-->
</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="98%" id="AutoNumber1" height="100%" bgcolor="#FFFFFF">
<tr>
<td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left"><img src="../images/15.gif" width="1" height="15"></td>
</tr>
<tr>
<td height="20" class="bborder1"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>[修改密码]</td>
</tr>
</table></td>
</tr>
<tr>
<td align="left"><img src="../images/15.gif" width="1" height="15"></td>
</tr>
<tr>
<td align="left"><form name="form1" method="post" action="">
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="e0e0e0">
<tr>
<td width="16%" align="center" valign="middle" class="T02">用户名</td>
<td width="84%" class="T03"><input name="UserName" type="text" class="input" id="UserName" value="<%=Session("U_Name")%>"></td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td width="16%" align="center" class="T02">密码</td>
<td width="84%" align="left" class="T03"><input name="Password" type="password" class="input" id="Password"></td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td width="16%" align="center" class="T02">重复密码</td>
<td align="left" class="T03"><input name="Password1" type="password" class="input" id="Password1"><%=errMsg%></td>
</tr>
<tr align="center">
<td colspan="2" class="T01"><input name="Submit" type="submit" class="button" value="提交">
<input name="Submit" type="submit" class="button" value="重置">
</td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td align="left"> </td>
</tr>
</table></td>
</tr>
<tr>
<td align="right" valign="bottom"><!-- #BeginLibraryItem "/Library/copyright.lbi" -->
<a href="http://www.shasm.com/" target="_blank">上海神马旅游咨询有限公司</a> 版权所有©2004<!-- #EndLibraryItem --></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -