📄 in_pingpai.asp
字号:
<table border="0" width="100%" cellspacing="0">
<tr>
<td>
<p align="center"><%set rs2=server.createobject("adodb.recordset")
rs2.open "select * from anclass where anclassid="&rs("anclass"),conn,1,1
if rs2.recordcount>0 then
response.write "<a href=pingpai.asp targer=_blank>"&rs2("anclass")&"</a>"
end if
rs2.close
set rs2=server.createobject("adodb.recordset")
rs2.open "select * from nclass where nclassid="&rs("nclass"),conn,1,1
if rs2.recordcount>0 then
response.write "--<a href=pingpai2.asp?nclassid="&rs2("nclassid")&" targer=_blank>"&rs2("nclass")&"</a>"
end if
%> </td>
</tr>
<tr>
<td>
<p align="center"><% response.write "<a href=pingpai2.asp?nclassid="&rs2("nclassid")&" targer=_blank>"%><img border="0" src="<%=rs2("nclasspic")%>" width="50" height="50"><%="</a>"%></td>
</tr>
<tr>
<td><%=rs2("nclasscontent")%> </td>
</tr>
</table>
<br>
<%rs2.close
set rs2=nothing%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -