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

📄 admin_edit.asp

📁 一套企业全站
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="chkmanage.asp"-->
<!--#include file="inc/const1.asp"-->
<!--#include file="inc/const2.asp"-->
<%
''''''''''''''''''''''''''''''''''''''''''''''''''''''
'          Jimmy中文站留言簿 Version 1.09	     '
'		 http://www.lunji.com		     '
'	         Powered by BlueSailor	             '
'	 QQ:428140   E-MAIL: bluesailor@etang.com    '
''''''''''''''''''''''''''''''''''''''''''''''''''''''
'*****************************************************
'(特别声明:共享软件,未经本人同意,不得用于商业用途)
'*****************************************************
%>
<%
set rs=server.createobject("adodb.recordset")
sql="select username,password from admin where id=1"
rs.open sql,conn,1,3
%>
<html>
<head>
<meta name="Author" content="BlueSailor">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>修改管理员资料--<%=lybtitle%></title>
<!--#include file="style.asp"-->
</head>
<body topmargin="1" bgcolor="<%=bodybgcolor%>" alink=<%=alink%> vlink=<%=vlink%> link=<%=link%> >
<div align="center"> <!--#include file="menu.asp"-->
<form method="POST" action="update_editadmin.asp"> 
 <center>  
<table width="350" border="1"  bordercolor="<%=bordercolor%>" style="border-collapse: collapse"  cellspacing="0" height="19" align="center">     
<tr class="addfont"> 
     <td width="100%" height="20" colspan="2"  bgcolor="<%=add_leftbg%>">   
     <p align="center"><b><font color="#FFFFFF">修改管理员资料</font></b></td> 
</tr>    
<tr class="lybtable">      <td width="32%" height="1">&nbsp;<b>帐号:</b></td>    
  <td width="68%" height="1"> 
 <p><input type="text" name="name" size="22" value="<%=rs.fields("username")%>"></p> 
          </td>    
</tr>    
<tr class="lybtable">      <td width="32%" height="9">&nbsp;<b>旧密码:</b></td> 
     <td width="68%" height="9">
<input type="password" name="pass" size="22"></td> 
   </tr>    
<tr class="lybtable">      <td width="32%" height="9">&nbsp;<b>新密码:</b></td> 
     <td width="68%" height="9">
<input type="password" name="pass1" size="22"></td> 
   </tr>   
<tr class="lybtable">      <td width="32%" height="9">&nbsp;<b>确认新密码:</b></td> 
     <td width="68%" height="9">
<input type="password"" name="pass2" size="22"></td> 
   </tr>     <tr class="lybtable">      <td width="100%" height="12" colspan="2"> 
 <p align="center"><input name="B1" type="submit" class="noBorder" value="更新">&nbsp;&nbsp;&nbsp;&nbsp;  
 <input name="B2" type="reset" class="noBorder" value="重写"></p>      </td>    </tr>  </table>  
</center>
  </form>
</body>
</html>
<%
connclose()    
%>    

⌨️ 快捷键说明

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