设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 50|回复: 2
打印 上一主题 下一主题

数据库图片滚动显示问题

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-19 07:52:05 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
帮我看看这段代码
<%
set rs=server.createobject("ADODB.recordset")
sql="SELECT * from imgdata where picset<2 order by addTime desc"
rs.open sql,conn,1,1

i=1
do while (not rs.eof and i<7)


<marquee direction=left height=150 id=m onmouseout=m.start() onMouseOver=m.stop() scrollamount=2 align="center">
response.write "<td class=tablebody1 width=120 height=150 valign=middle align=center>&nbsp;&nbsp;"&_
"<a href=""p_show.asp?id="&rs("picid")&""" target=_blank ><img src="""&txl_info(12)&rs("filename")&""" border=0 width=100 height=85></a> "
</marquee>

i=i+1
rs.movenext
loop
rs.close
%>
想实现数据库图片滚动显示怎么显示
老报错
错误类型:
Microsoft VBScript 编译器错误 (0x800A0400)
缺少语句
/page/txl20060328/txl/index.asp, line 235
<marquee direction=left height=150 id=m onmouseout=m.start() onMouseOver=m.stop() scrollamount=2 align="center">
2#
发表于 2010-2-20 02:05:06 | 只看该作者
偶学习的对像‖→为你伤心为你哭
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-18 06:30 , Processed in 0.099971 second(s), 8 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表