📄 tj.asp
字号:
<TABLE border=0 cellPadding=0 cellSpacing=0 height="68">
<tr>
<%
dim rstj,sqltj,j
set rstj=server.createobject("adodb.recordset")
sqltj="select top 8 * from xinxi where yz=1 and class1="&class1&" and tupian<>'0' order by fbsj desc,ID desc"
rstj.open sqltj,conn,1,1
while not rstj.eof
%>
<%for j=0 to 3
if rstj.eof then
exit for
end if
%>
<td align="center">
<a title="<%=rstj("biaoti")%>" target="_blank" href="xinximemo.asp?cnmai=<%=rstj("id")%>">
<IMG src="<%=rstj("tupian")%>" width="120" height="100" border=1 style="border: 1px solid #FFFFFF; ; padding-left:2px; padding-right:2px" hspace="3" ><br><u><%=left(rstj("biaoti"),9)%></u></a></td>
<%
rstj.movenext
next
%>
</tr>
<%
wend
rstj.close
set rstj=nothing
%>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -