📄 bmxqfx.asp
字号:
<td align=center><a href='bmxqfx.asp?jlh=8&mc=8&zybj=<%=zybj%>&bjbh=<%=bjbh%>'><%=rs1("fs87")%> </a></td>
<%
if rs1("fs87")<>"" then
js=js+1
end if
%>
<td align=center><a href='bmxqfx.asp?jlh=9&mc=8&zybj=<%=zybj%>&bjbh=<%=bjbh%>'><%=rs1("fs88")%> </a></td>
<%
if rs1("fs88")<>"" then
js=js+1
end if
%>
<td align=center><a href='bmxqfx.asp?jlh=10&mc=8&zybj=<%=zybj%>&bjbh=<%=bjbh%>'><%=rs1("fs89")%> </a></td>
<%
if rs1("fs89")<>"" then
js=js+1
end if
%>
<td align=center><a href='bmxqfx.asp?jlh=11&mc=8&zybj=<%=zybj%>&bjbh=<%=bjbh%>'><%=rs1("fs180")%> </a></td>
<%
if rs1("fs180")<>"" then
js=js+1
end if
%>
<td align=center><a href='bmxqfx.asp?jlh=12&mc=8&zybj=<%=zybj%>&bjbh=<%=bjbh%>'><%=rs1("fs181")%> </a></td>
<%
if rs1("fs181")<>"" then
js=js+1
end if
%>
<td align=center><a href='bmxqfx.asp?jlh=13&mc=8&zybj=<%=zybj%>&bjbh=<%=bjbh%>'><%=rs1("fs182")%></a> </td>
<%
if rs1("fs182")<>"" then
js=js+1
end if
%>
<td align=center><a href='bmxqfx.asp?jlh=14&mc=8&zybj=<%=zybj%>&bjbh=<%=bjbh%>'><%=rs1("fs183")%> </a></td>
<%
if rs1("fs183")<>"" then
js=js+1
end if
%>
<td align=center><a href='bmxqfx.asp?jlh=15&mc=8&zybj=<%=zybj%>&bjbh=<%=bjbh%>'><%=rs1("fs184")%> </a></td>
<%
if rs1("fs184")<>"" then
js=js+1
end if
%>
<td align=center><a href='bmxqfx.asp?jlh=16&mc=8&zybj=<%=zybj%>&bjbh=<%=bjbh%>'><%=rs1("fs185")%> </a></td>
<%
if rs1("fs185")<>"" then
js=js+1
end if
%>
<td align=center><a href='bmxqfx.asp?jlh=17&mc=8&zybj=<%=zybj%>&bjbh=<%=bjbh%>'><%=rs1("fs186")%> </a></td>
<%
if rs1("fs186")<>"" then
js=js+1
end if
%>
<td align=center><a href='bmxqfx.asp?jlh=18&mc=8&zybj=<%=zybj%>&bjbh=<%=bjbh%>'><%=rs1("fs187")%> </a></td>
<%
if rs1("fs187")<>"" then
js=js+1
end if
%>
<td align=center><a href='bmxqfx.asp?jlh=19&mc=8&zybj=<%=zybj%>&bjbh=<%=bjbh%>'><%=rs1("fs188")%> </a></td>
<%
if rs1("fs188")<>"" then
js=js+1
end if
%>
<td align=center><a href='bmxqfx.asp?jlh=20&mc=8&zybj=<%=zybj%>&bjbh=<%=bjbh%>'><%=rs1("fs189")%> </a></td>
<%
if rs1("fs189")<>"" then
js=js+1
end if
%>
<%
end if
%>
<td align=center><a href='bmxqfx.asp?jlh=0&mc=<%=mc%>&zybj=<%=zybj%>&bjbh=<%=bjbh%>'>总分</td>
<td align=center>总平均分</td>
<td align=center>有效平均分</td>
<%
i=1+(page-1)*myjl
do while not rs.eof and mypagesize>0 '----------这里的mypagesize>0不能丢,它是跳出循环的判断条件
xh=rs("xh")
xm=rs("xm")
xb=rs("xb")
zybj=rs("zybj")
yjs=0
If sColor = "silver" Then
sColor = "#cccccc"
Else
sColor = "silver"
End If
Response.Write("</tr>")
Response.Write("<tr bgcolor='"&sColor&"'>")
%>
<td align=center><font color="red"><%=i%></font> </td>
<td align=center><%=zybj%> </td>
<td align=center><%=xh%> </td>
<td align=center><%=xm%> </td>
<td align=center><%=xb%> </td>
<td align=center>
<a href="#" onClick="window.open('gwslygl.asp?xh=<%=xh%>&zybj=<%=zybj%>', 'Sample', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,height=650,left=0,top=0')">
<font color="blue">查看</font></a></td>
<%
if mc="1" then
%>
<%
if rs("fs10")>=60 then
%>
<td align=center><font color=green><%=rs("fs10")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs10")%></font> </td>
<%
end if
%>
<%
if rs("fs11")>=60 then
%>
<td align=center><font color=green><%=rs("fs11")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs11")%></font> </td>
<%
end if
%>
<%
if rs("fs12")>=60 then
%>
<td align=center><font color=green><%=rs("fs12")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs12")%></font> </td>
<%
end if
%>
<%
if rs("fs13")>=60 then
%>
<td align=center><font color=green><%=rs("fs13")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs13")%></font> </td>
<%
end if
%>
<%
if rs("fs14")>=60 then
%>
<td align=center><font color=green><%=rs("fs14")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs14")%></font> </td>
<%
end if
%>
<%
if rs("fs15")>=60 then
%>
<td align=center><font color=green><%=rs("fs15")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs15")%></font> </td>
<%
end if
%>
<%
if rs("fs16")>=60 then
%>
<td align=center><font color=green><%=rs("fs16")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs16")%></font> </td>
<%
end if
%>
<%
if rs("fs17")>=60 then
%>
<td align=center><font color=green><%=rs("fs17")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs17")%></font> </td>
<%
end if
%>
<%
if rs("fs18")>=60 then
%>
<td align=center><font color=green><%=rs("fs18")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs18")%></font> </td>
<%
end if
%>
<%
if rs("fs19")>=60 then
%>
<td align=center><font color=green><%=rs("fs19")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs19")%></font> </td>
<%
end if
%>
<%
if rs("fs110")>=60 then
%>
<td align=center><font color=green><%=rs("fs110")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs110")%></font> </td>
<%
end if
%>
<%
if rs("fs111")>=60 then
%>
<td align=center><font color=green><%=rs("fs111")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs111")%></font> </td>
<%
end if
%>
<%
if rs("fs112")>=60 then
%>
<td align=center><font color=green><%=rs("fs112")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs112")%></font> </td>
<%
end if
%>
<%
if rs("fs113")>=60 then
%>
<td align=center><font color=green><%=rs("fs113")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs113")%></font> </td>
<%
end if
%>
<%
if rs("fs114")>=60 then
%>
<td align=center><font color=green><%=rs("fs114")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs114")%></font> </td>
<%
end if
%>
<%
if rs("fs115")>=60 then
%>
<td align=center><font color=green><%=rs("fs115")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs115")%></font> </td>
<%
end if
%>
<%
if rs("fs116")>=60 then
%>
<td align=center><font color=green><%=rs("fs116")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs116")%></font> </td>
<%
end if
%>
<%
if rs("fs117")>=60 then
%>
<td align=center><font color=green><%=rs("fs117")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs117")%></font> </td>
<%
end if
%>
<%
if rs("fs118")>=60 then
%>
<td align=center><font color=green><%=rs("fs118")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs118")%></font> </td>
<%
end if
%>
<%
if rs("fs119")>=60 then
%>
<td align=center><font color=green><%=rs("fs119")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs119")%></font> </td>
<%
end if
%>
<%
end if
%>
<%
if mc="2" then
%>
<%
if rs("fs20")>=60 then
%>
<td align=center><font color=green><%=rs("fs20")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs20")%></font> </td>
<%
end if
%>
<%
if rs("fs21")>=60 then
%>
<td align=center><font color=green><%=rs("fs21")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs21")%></font> </td>
<%
end if
%>
<%
if rs("fs22")>=60 then
%>
<td align=center><font color=green><%=rs("fs22")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs22")%></font> </td>
<%
end if
%>
<%
if rs("fs23")>=60 then
%>
<td align=center><font color=green><%=rs("fs23")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs23")%></font> </td>
<%
end if
%>
<%
if rs("fs24")>=60 then
%>
<td align=center><font color=green><%=rs("fs24")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs24")%></font> </td>
<%
end if
%>
<%
if rs("fs25")>=60 then
%>
<td align=center><font color=green><%=rs("fs25")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs25")%></font> </td>
<%
end if
%>
<%
if rs("fs26")>=60 then
%>
<td align=center><font color=green><%=rs("fs26")%></font> </td>
<%
else
%>
<td align=center><font color=red><%=rs("fs26")%></font> </td>
<%
end if
%>
<%
if rs("fs27")>=60 then
%>
<td align=center><font color=green><%=rs("fs27")%></font> </td>
<%
else
%>
<td align=center><font color=red><
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -