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

📄 master.asp

📁 在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在在 要要要在
💻 ASP
字号:
<!-- #include file="conn.asp"-->
<!-- #include file="logincheck.asp"-->

<%
sql="select * from admin"
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,1,1
%><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
-->
</style>
<link href="../css/style.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="1" align="center" cellpadding="4" cellspacing="0" bordercolorlight="#DDDDDD" bordercolordark="#FFFFFF" bgcolor="#FFFFFF">
  <tr align="center"> 
    <td width="142" height="22" bgcolor="#EEEEEE"><b>管理员账号</b></td>
    <td width="136" bgcolor="#EEEEEE"><b>密 码</b></td>
    <td width="93" bgcolor="#EEEEEE"><strong>性别</strong></td>
    <td width="206" bgcolor="#EEEEEE"><strong>发布日期</strong><strong></strong></td>
    <td width="156" bgcolor="#EEEEEE"><b>编辑功能</b></td>
  </tr>
  <tr> 
    <%
do while not rs.eof
%>
    <td width="142" align="center"><%=rs("admin")%></td>
    <td align="center" width="136"><%=rs("Password")%>&nbsp;</td>
    <td width="93" align="center"><%=rs("xb")%></td>
    <td align="center"><%=rs("dat")%></td>
    <td align="center" width="156">&nbsp;&nbsp; <a href="xgmaster.asp?id=<%=rs("id")%>"><img src="../image/edit.gif" width="50" height="19" border="0"></a> 
      <script language=javascript>
function qd(id) { 
question = confirm("您确定要删除这条栏目吗?")
if (question){ 
window.location.href="delmaster.asp?id="+id 
} 
}
</script> <a href="javascript:qd(<%=rs("ID")%>)"><img src="../image/del.gif" width="50" height="19" border="0"></a></td>
  </tr>
  <%
rs.moveNext
loop%>
  <tr background="../image/bg11.gif"> 
    <td colspan="5" align="center"><strong><a href="tjmaster.asp">添加管理员</a></strong></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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