西游记同人不负悟空:asp 教本问题,高手进

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/16 23:31:52
这个是调用新闻图片的代码,我想改成幻灯片播放,请问怎么改?谢谢。
<TD height=62>
<table border=0 cellspacing=0 cellpadding=0 width='100%' id="table3">
<%
sql="select top 4 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 " <td align=center>"&pic_fk(rs("pic"),1,"news_view.asp?id="&id)&"</td>"
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=000000>"&joekoe_cms.code_html(topic,1,12)&"</font></a></td></tr>"
rs.movenext
loop
rs.close
%>
</table></TD>

那得用JS
不用ASP