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

📄 laos_pass.asp

📁 二月小说 看小说必备工具 默认的管理路径为:admin/index.asp 用户名:admin 密码:admin
💻 ASP
字号:
<!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><!--#include file="laos_checkuser.asp"-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>修改密码</title>
<link href="../images/style.css" rel="stylesheet" type="text/css">
</head>

<body>
<%
'======================================================================
'=              Copyright (c) 2008-2010 ,老四(QQ7280091)开发          =
'=                      All rights reserved.                          =
'=--------------------------------------------------------------------=
'=                         二月小说 v_1.0                        =
'=                                                               =
'=                     演示网址:www.2yue.com.cn                      =
'=                     官方网址:vip.2yue.com.cn =
'=                     官方QQ群:7500701                              =
'=--------------------------------------------------------------------=
'=                     用   途:小说、小说连载                        =
'=                     最后更新:2008-11-1                            =
'======================================================================
set rs=server.CreateObject("adodb.recordset")
sql="select * from laos_admin where id=1"
rs.open sql,conn,1,1
if not rs.eof then
%><table width="800" border="0" align="left" cellpadding="0" cellspacing="0">
  <tr>
    <td width="10"></td>
    <td width="790"><table width="790" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="92" height="24" align="center" background="../images/admin/right_top.png" class="14"><strong>修改密码</strong></td>
    <td width="698" background="../images/admin/right_topbg.png" bgcolor="#FFFFFF"></td>
  </tr>
</table>
<table width="790" border="0" align="center" cellpadding="0" cellspacing="0" class="bian">
  <tr>
    <td height="485" valign="top" bgcolor="f2f7f9"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="20"></td>
        </tr>
      </table><table width="96%" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
            <td height="25" colspan="4" align="center" bgcolor="#FFFFFF"><table width="100%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#B5DAF4">
                 <form id="myform" name="myform" method="post" action="laos_save.asp?act=pass"><tr>
                   <td height="24" align="right" bgcolor="#F5FBFE">登陆名:</td>
                   <td width="85%" height="24" align="left" bgcolor="#F5FBFE">
                     <input name="name" type="text" class="weibenkuang" id="name" value="<%=rs("name")%>" size="30" />                   </td>
                   </tr>
                   
                   <tr>
                  <td width="15%" height="24" align="right" bgcolor="#F5FBFE">登陆密码:</td>
                   <td align="left" bgcolor="#F5FBFE"><input name="pass" type="password" class="weibenkuang" id="pass" size="30" /> 不修改密码请留空</td>
                   </tr>
                 <tr>
                   <td height="30" colspan="2" align="center" bgcolor="#F5FBFE"><input type="submit" name="Submit" value=" 修改 " />
                      
                       <input name="Submit2" type="button" class="button" onClick="history.go(-1)" value="返回上一页"></td>
                   </tr>
                 </form>
            </table></td>
          </tr>
    </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="00">
        <tr>
          <td height="8"></td>
        </tr>
      </table></td>
  </tr>
</table></td>
  </tr>
</table><%end if
rs.close
set rs=nothing
conn.close
set conn=nothing%>
</body>
</html>

⌨️ 快捷键说明

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