?? disp.asp
字號:
<!--#include file=conn.asp-->
<%set rs=server.createobject("adodb.recordset")
sql="select * from rizhi "
rs.open sql,conn,3,1%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>重慶市萬州高級中學網上教學日程查詢系統</title>
<LINK href=news.css rel=stylesheet></head>
<body>
<p>重慶市萬州高級中學網上教學日志查詢系統</p>
<table width="75%" border="1">
<tr>
<td> 教師姓名</td>
</tr>
<tr>
<%do while not rs.eof%>
<tr><td> <%=rs("teachername")%></td></tr>
<%rs.movenext
loop%>
</table>
<p> </p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -