📄 tlist1.asp
字号:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
<!--#include file="conn1.asp"-->
</head>
<body bgcolor="#E2F5E2">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="911" id="AutoNumber1" height="26">
<tr>
<td align="left" width="93" height="26" >
<td align="left" width="300" height="26" ><b>任课老师:</b>
<b><%=request.querystring("teachername")%></b>
<hr>
</tr>
<td align="left" width="377" height="26" > </tr>
<table border="1" align="center" width="80%" >
<tr bgcolor="#66ccff">
<td width="7%" height="1"><font color="#80000">代码</font></td>
<td width="20%" height="1"><font color="#80000">评估课程名称</font></td>
<td width="19%" height="1"><font color="#80000">已投票人数</font></td>
<td width="19%" height="1"><font color="#80000">查看详细情况</font></td >
</tr>
<% classid=request.querystring("class")
teachername=request.querystring("teachername")
set orv=server.createobject("adodb.recordset")
strsql="select * from vote where teachername = '"&teachername&"'"
orv.open strsql ,conn
do while not orv.eof
i=i+1%>
<tr>
<td width="7%" height="1"><font color="#338800"><%=i%></font></td>
<td width="20%" height="1"><font color="#338800"><%=orv("coursename")%></font></td>
<td width="19%" height="1"><font color="#338800"><%=orv("votenum")%></font></td>
<td width="19%" height="1"><font color="#338800">
<%response.write "<a href=t.asp?teachername="&orv("teachername")&"&coursename="&orv("coursename")&"&votenum="&orv("votenum")&">"&"进入"&"</a>"%>
</tr>
<%orv.movenext
loop %>
</table>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -