📄 info_class3.asp
字号:
<table cellspacing=0 cellpadding=0 width=170 height="20">
<tr>
<td> <img src="images/main/cpfl.gif" width="178" height="34"></td>
</tr>
<%set rs = conn.execute("select * from wq_sort order by anclassidorder")
do while not rs.eof
Response.Write("<tr><td><a href=Sort.asp?BigId="&request("BigId")&"&SCName="&rs("SCName")&"&SmallId="&rs("SmallId")&"><font color=#FF6600><b>"&rs("SCName")&"</b></font></a></td></tr><tr><td>")
set rs1 = conn.execute("select * from ThirdClass where SmallId="&rs("SmallId")&" order by ThirdId")
i=1
do while not rs1.eof
Response.Write("<a href=Sort.asp?BigId="&request("BigId")&"&SmallId="&rs("SmallId")&"&SCName="&rs("SCName")&"&TCName="&rs1("TCName")&">"&rs1("TCName")&"</a> ")
if i mod 3 = 0 then
Response.Write("<br><img src=image/1x3x165.gif><br>")
end if
rs1.movenext
i=i+1
loop
rs1.close
Response.Write("</td></tr>")
rs.movenext
loop
rs.close%>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -