?? userdel.asp
字號:
<!--#include file=conn.asp -->
<%
IF Session("KEY")<>"super" THEN
response.redirect "index_face.asp"
response.end
END IF
dim rs,tsql
dim rst
set rst=server.CreateObject("ADODB.RecordSet")
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>動態網站制作指南——動站新聞系統</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="news.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF">
<div align="center" class="unnamed1">
<center>
<br>
<br>
<br>
<br>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="188">
<%
SET DATABASE=Server.CreateObject("ADODB.connection")
%>
<p>
<%
rst.open "select * from admin ",conn,1
if rst.EOF then
response.write "沒有欄目:("
else
%>
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr>
<td height="25" align="center" bgcolor="#abb8d6"><strong>用 戶 列 表</strong></td>
</tr>
</table>
<p>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr bgcolor="#FFFFFF">
<td width="12%"> <div align="center"><font color="#000000">ID號</font></div></td>
<td width="17%"> <div align="center"><font color="#000000">用戶名</font></div></td>
<td width="22%"> <div align="center"><font color="#000000">密碼</font></div></td>
<td width="26%"> <div align="center"><font color="#000000">權限</font></div></td>
<td width="23%"> <div align="center"><font color="#000000">刪除</font></div></td>
</tr>
<%do while NOT rst.EOF%>
<tr bgcolor="#FFFFFF">
<td width="12%" align="center"><%=rst("id")%></td>
<td width="17%" align="center"><%=rst("Username")%></td>
<td width="22%" align="center"><%=rst("Passwd")%></td>
<td width="26%" align="center"><%=rst("oskey")%></td>
<td width="23%" align="center"><font color="#FFFFFF"><a class=bai1 href="userdel1.asp?id=<%=rst("id")%>&name=del">刪除</a></font></td>
</tr>
<%
rst.MoveNext
loop
end if
rst.close
%>
</table>
<p>系統管理員: super<br>
新聞錄入員: input</p></td>
</tr>
</table>
<p> </p>
</center></div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -