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

📄 administrater.asp

📁 包含注册、登陆、留言、创建主题等功能
💻 ASP
字号:
<!--#include file=04406shujuku.asp-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>管理员专区</title>
</head>
<body leftmargin="20" rightmargin="20"bgcolor="#FFFFFF">
<div style="height:300px;width:100%;overflow-x:hidden;overflow-y:hidden;"><img src="background04406.jpg" height="100%" width="100%">
</div>
<table width="100%" height=20px align="center">
<tr bgcolor="#99CCFF" align="center">
<td align="center" height="25" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">>>管理员:
<a href="newlogin.asp" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">退出</a>|
<a href="administrater.asp" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">管理注册会员</a>|
<a href="administrater.asp" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">管理帖子</a>|
<a href="newlogin.asp" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">浏览</a>
</td>
</tr>
</table>
<br>
<br>
<div style="height:25px;width:100%;font-family:华文行楷;font-size:24px" align="center">所有注册会员信息</div>
<%Dim sql
sql="select userid,username,mail from user where userid<>'000001'"
set rs=Conn.execute(sql)
%>
<table width='100%' border='1' align='center' bordercolor="#000066">
<tr align="center" style="font-family:华文行楷; weight:24pt;"><td><B>用户帐号</B></td><td><B>昵称</B></td><td><B>mail</B></td><td>操作</td>
</tr>
<%while not rs.eof%>
<tr align="center">
<td><%response.write(rs("userid"))%></td><td><%response.write(rs("username"))%></td><td><%response.write(rs("mail"))%></td><td><a href="04406delete.asp?ID=<%=rs("userid")%>"><img src="delete04406.jpg" height="25" width="25"></a></td>
</tr>
<%rs.MoveNext
Wend
rs.close
'Conn.Close
%>
</table>
</table><p></p>
<table width="100%" height=20px align="center">
<tr bgcolor="#99CCFF" align="center"><td align="center" height="25" style="text-decoration:none; font-size:18pt;color:#FFFFFF; font-family:华文行楷">本网站作者:张焕玲   QQ:276679653</td></tr>
<tr bgcolor="#99CCFF" align="center"><td align="center" height="25" style="text-decoration:none; color:#FFFFFF; font-family:华文行楷">email:<a href="mailto:zhhl022@sina.com">zhhl022@sina.com</a></td></tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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