⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adminpsw_edit.asp

📁 asp做的论坛
💻 ASP
字号:
<!--#include file="inc/conn.asp"-->
<!--#include file="chkmanage.asp"-->
<%
set rs=server.createobject("adodb.recordset")
sql="select * from admin where id=1"
rs.open sql,conn,1,3
%>
<!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="css/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
body,td,th {
	font-size: 12px;
}
body {
	background-image: url(images/bg_001.gif);
}
-->
</style>
</head>
<body>
<p align="center" class="style1">修改管理员资料</p>
<table width="250" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC">
  <tr>
    <td><form method="post" action="update_editpwd.asp">
  &nbsp;帐号名称:
  <input type="text" name="name" id="name" size="21" value="<%=Session("user")%>" />
  <br />
  &nbsp;原始密码:
  <input type="password" name="pass" id="pass" size="22" />
  <br />
  &nbsp;新的密码:
  <input type="password" name="pass1" id="pass1" size="22" />
  <br />
  &nbsp;确认密码:
  <input type="password"" name="pass2" size="22" />
  <br /><br>
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <input name="submit" id="submit" type="submit" value="更新" />
    </form></td>
  </tr>
</table>
</body>
</html>
<%
conn.close  
%>    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -