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

📄 editad.asp

📁 ASP编写的刷ALEXA的平台
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%
if session("admin")="" then
response.Redirect"login.asp"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
}
-->
</style>
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<%
dim id,strsql,rs
id=request.querystring("id")
session("id")=id
set rs=server.CreateObject("adodb.recordset")
strsql="select * from adminxx where id="&id
rs.open strsql,conn,1,3
%>
<body>
<form name="form1" method="post" action="addadsava.asp">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="c">
  <tr>
    <td height="30" align="center" bgcolor="#00CCFF">管理员添加</td>
  </tr>
  <tr>
    <td height="30" align="center"><label>管理员:
        <input name="admin" type="text" class="biaodang" id="admin" value="<%=rs("Admin_MName")%>">
    </label></td>
  </tr>
  <tr>
    <td height="30" align="center">密&nbsp;&nbsp;码:
      <label>
      <input name="pass" type="text" class="biaodang" id="pass" value="<%=rs("Admin_MPass")%>">
      </label></td>
  </tr>
  <tr>
    <td height="30" align="center"><label>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      <input name="Submit" type="submit" class="biaodang" value="添加">
      &nbsp;
      <input name="Submit2" type="reset" class="biaodang" value="重置">
    </label></td>
  </tr>
  <tr>
    <td height="30" align="center" bgcolor="#00CCFF">&nbsp;</td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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