index_art02.inc

来自「飞天论坛FTBBS PHP版 v4.1.ASP源代码」· INC 代码 · 共 13 行

INC
13
字号
<table border=0 cellspacing=0 cellpadding=0 width='100%' height="35">
<%
sql="select top 1 id,topic,pic from news where hidden=1 and ispic=1 order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
  id=rs("id")
  topic=rs("topic")
  response.write "    <tr><td align=center><a href='news_view.asp?id="&id&"' target=_blank alt='"&joekoe_cms.code_html(topic,1,0)&"'><font color=red><b>"&joekoe_cms.code_html(topic,1,18)&"</b></font></a></td></tr>"
  rs.movenext
loop
rs.close
%>
    </table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?