?? dir.asp
字號:
<html>
<head>
<META NAME="Robots" CONTENT="noindex">
<title>萬石中學在線圖書館</title>
<link rel="stylesheet" type="text/css" href="deeptree.css">
<meta http-equiv="content-type" content="text/html; charset=gb2312">
</head>
<!--#include file="conn.asp" -->
<!--#include file="checkuser.asp" -->
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#F1F1F1" text="#000000">
<br>
<%
Dim rs1,rs2
set rs1=conn.execute("select * from folder ")
do while not rs1.eof
set rs2=conn.execute("select count(*) from ebook where folderid="&rs1("folderid"))
response.Write "<li><a href='folder.asp?folderid="&rs1("folderid")&"' target=fraRightFrame>"&rs1("foldername")&"</a>["&rs2(0)&"]</li>"
rs1.movenext
loop
rs1.close
set rs1=nothing
%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -