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

📄 adminconfig.asp

📁 一个非常好的旅游网站程序.
💻 ASP
字号:
<%
if request.cookies("汕头商城")<>"9988" then
  response.redirect "../default.asp"
end if
%>
<!--#include file="conn.asp"-->
<html>
<head>
<title>商家资料</title>
<link href="../IMAGES/css.css" rel="stylesheet" type="text/css">
<STYLE type=text/css>
.main {
	FONT-SIZE: 12px
}
.main1 {
	FONT-SIZE: 14px
}
.main2 {
	FONT-SIZE: 16px
}
.main3 {
	FONT-SIZE: 7px
}
.main4 {
	FONT-SIZE: 10px
}
A:link {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-size: 9pt;
}
A:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A:active {
	COLOR: #ff0000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #aa0000; TEXT-DECORATION: underline
}
.style2 {color: #FFFFFF}
.body {
	font-family: "宋体";
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
</STYLE>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body leftmargin="0" topmargin="0">
<table width="750" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td><iframe src=top.htm noresize scrolling=no frameborder=0 width=778 height=50 hspace="0" vspace="0" marginheight="0"></iframe> 
    </td>
  </tr>
</table>
<br>
<table width="778" height="200" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td> 
      <%
set rs=server.createobject("adodb.recordset")
sql = "select * from Manage_User"
rs.open sql,conn,1,1
%>
      <form method="POST" name="form" action="admin_saveconfig.asp">
        <table width="778" height="150" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#990000" id="AutoNumber3" style="border-collapse: collapse">
          <tr bgcolor="#CC0000"> 
            <td width="147" height="35" bgcolor="#CC0000">  <strong><font color="#FFFFFF">管理员信息设置:</font></strong></td>
            <td width="538"> 
              <p align="right">&nbsp;</td>
          </tr>
          <tr bgcolor="#CC0000"> 
            <td> 
              <p align="right"><font color="#FFFFFF">帐号:</font></td>
            <td bgcolor="#CC0000"> 
              <INPUT type="text" name="name" size="18" class="smallinput" maxlength="100" value="<%=rs("username")%>">
              <font color="#FFFF00"> *</font> <font color="#FFFFFF">管理员帐号修改</font></td>
          </tr>
          <tr bgcolor="#CC0000"> 
            <td> 
              <p align="right"><font color="#FFFFFF">密码:</font></td>
            <td> 
              <INPUT type="password" name="password" size="18" class="smallinput" maxlength="100" value="<%=rs("password")%>">
              <font color="#FFFF00">*</font> <font color="#FFFFFF">管理员密码修改</font></td>
          </tr>
          <tr bgcolor="#CC0000"> 
            <td> </td>
            <td>
                <INPUT type="submit" value="提交" name="B1">
            </td>
          </tr>
        </table>
</form></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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