?? left.asp
字號:
<!--#INCLUDE FILE="../../system/odbc_connection.asp"-->
<% if session("user_type")<>"S" then
response.redirect "../../index.asp"
end if
%>
<html>
<head>
<title>課件目錄</title>
<link rel="stylesheet" href="../../system/menu.css">
<base target="main">
</head>
<body style="margin-left:0px">
<table border="0" cellpadding="0" cellspacing="0" class="a" >
<tr>
<td nowrap>
<span nowrap >
<span id="ds141" nowrap>
<img src="../../images/tminus.gif" align="absmiddle"><img src="../../images/folderopen.gif" align="absmiddle" ></span>
<font nowrap color="#FFFFFF" title="課件內容">課件內容</font>
</span>
</td>
</tr>
</table>
<%
sql="select * from course where lesson_id='" & session("lesson_id") & "'"
set rs=db.execute(sql)
do while not rs.eof
%>
<table border="0" cellpadding="0" cellspacing="0" class="a" >
<tr>
<td nowrap>
<span nowrap style="display:block">
<span nowrap>
<img src="../../images/t.gif" align="absmiddle"><img src="../../images/file.gif" align="absmiddle"></span>
<font nowrap><a href="right.asp?id=<%=rs("id")%>"><%=rs("title")%></a></font>
</span>
</td>
</tr>
</table>
<%
rs.movenext
Loop
%>
<center>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -