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

📄 menage.asp

📁 合同管理系统
💻 ASP
字号:
<!--#include file=conn.asp-->
<style type="text/css">
<!--
@import url("../css.css");
-->
</style>
<body bgcolor="#999999">
<table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="72" bgcolor="#FF9933">&nbsp;</td>
    <td height="72" bgcolor="#FF9933"> <p align="center"><font color="#FFFFFF" size="+3">计026 
        第(9)小组</font></p>
      <p align="right"><font color="#FFFFFF">成员:林瑞云 石春晓</font></p></td>
  </tr>
  <tr> 
    <td width="136" height="13" bgcolor="#66CCFF"> <div align="center"><font color="#FFFFFF" size="2">书籍管理</font></div></td>
    <td rowspan="9" valign="top" bgcolor="#FFFFFF"> 
      <%
	set rs=server.createobject("adodb.recordset")
	sql="select * from books"
	rs.open sql,conn,3,3
	response.write "<table border=1>"
	while Not rs.eof
     response.write "<tr>"
	 response.write "<td>"
	 response.write "<font size=2>"
	 response.write rs("bk_name")
	 response.write "</font>"
	 response.write "</td>"
	 response.write "<td>"
   %>
      <a href="delbooks.asp?n=<%=rs("bk_name")%>"><font size=2>删除</font></a> 
      <%
	response.write "</td>"
	 response.write "</tr>"
	 
	rs.movenext
	wend
	response.write "</table>"
	rs.close
	set rs=nothing
	%>
    </td>
  </tr>
  <tr> 
    <td height="18" bgcolor="#CCCCCC"><div align="center"><font color="#000000" size="2"><a href="menage.asp">书籍</a></font></div></td>
  </tr>
  <tr> 
    <td height="18" bgcolor="#CCCCCC"><div align="center"><font size="2"><a href="newsbooks.asp">新书</a></font></div></td>
  </tr>
  <tr> 
    <td bgcolor="#CCCCCC">&nbsp;</td>
  </tr>
  <tr> 
    <td height="18" bgcolor="#66CCFF"> <div align="center"><font color="#FFFFFF" size="2">用户管理</font></div></td>
  </tr>
  <tr> 
    <td height="26" bgcolor="#CCCCCC"> 
      <div align="center"><font color="#000000" size="2"><a href="ps.asp">会员</a></font></div>
      <div align="center"></div></td>
  </tr>
  <tr> 
    <td height="24" bgcolor="#CCCCCC"><div align="center"><font size="2"><a href="pub.asp">公告</a></font></div></td>
  </tr>
  <tr> 
    <td height="29" bgcolor="#CCCCCC"><div align="center"><font size="2"><a href="admin1.asp">管理员</a></font></div></td>
  </tr>
  <tr> 
    <td height="1066" bgcolor="#66CCFF">&nbsp;</td>
  </tr>
</table>

⌨️ 快捷键说明

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