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

📄 top.asp

📁 课设做的图书管理系统,主要功能是管理图书的租借情况.里面有功能说明.
💻 ASP
字号:
<HTML>
<HEAD>
<meta http-equiv=content-type content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="common/style.css">
<script language="JavaScript" src="common/script.js"></script>
<TITLE>图书管理系统</TITLE>
<style>
BODY{
	font-family:verdana,arial,helvetica;
	margin:0;
}
td {
	font-family:Tahoma,Verdana, Arial;
	font-size:11px;
}
A:link, A:active,A:visited
{
	color: #FFFFFF;
	text-decoration: none;
	padding-left:6px;
	padding-right:6px;
}
A:hover
{
	color: #FF3300;
	text-decoration: none;
	padding-left:6px;
	padding-right:6px;
}
</style>
</HEAD>
<!--#include file="conn.asp"-->
<BODY TOPMARGIN="0"  LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" BGCOLOR="#336699" TEXT="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td height="20" width="386" nowrap>
		<%
		Set rs=conn.execute("select sum(ceshu) from ebook")
		zongji=rs(0)
		Set rs=conn.execute("select sum(yijie) from ebook ")
		yijie=rs(0)
		Set rs=conn.execute("select count(*) from booklog")
		jiyueshu=rs(0)
                Set rs=Conn.execute("Select Count(*) From ebook")
                alltotal=rs(0)
		rs.close
		set rs=nothing
		response.Write "图书统计:共有图书<font color=red>"&zongji&"</font>册["&alltotal&"种]; 借出"&yijie&"册;共借阅"&jiyueshu&"次"
		%>
		
		</td>
		<td width="381"> <nobr id="barlink" >&nbsp;&nbsp;<a href="/" target="_top">首页</a>&nbsp;
	  |&nbsp;<a href="hotbook.asp" target="fraRightFrame">借阅排行</a>&nbsp;
	  |&nbsp;<a href="newbook.asp" target="fraRightFrame">新到图书</a>&nbsp;
	  |&nbsp;<a href="jieyue.asp" target="fraRightFrame">我要借书</a>&nbsp;
	  |&nbsp;<a href="huanshu.asp" target="fraRightFrame">我要还书</a>&nbsp;
          |&nbsp;<a href="http://blog.163.com/DocK-ing" target="_blank">技术支持</a>&nbsp;
          |&nbsp;    &nbsp;
	  |&nbsp;</td>
		<td width="228" height="20" align="left" nowrap><script language="JavaScript" type="text/javascript" src="common/Date.js"></script>
</td>
	</tr>
</table>
<SCRIPT LANGUAGE="JavaScript">
<!--
getstatus();
//-->
</SCRIPT>
</BODY> 
</HTML>


⌨️ 快捷键说明

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