设为首页收藏本站

新微赢技术网

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

在线求助,一个显示滚动文字效果。。。

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-14 03:59:26 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
<%
Dim rsCo, sqlCo
set rsCo = Server.CreateObject("ADODB.RecordSet")
sqlCo = "select * from project where CateID='" & UserLocationID & "' order by ID Asc"
rsCo.Open sqlCo, conn,1,1
%>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30">
<%
if rsCo.bof and rsCo.eof then
Response.Write("")
else
do while not rsCo.eof
%>
<a href="co.asp?id=<%=rsco("id")%> " target="_blank"><font color="#996600"><MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollamount="3" scrolldelay="100">
<%=rsCo("title")%></font></a>
<%
rsCo.MoveNext
loop
%>
<%
end if
rsCo.Close
set rsCo=nothing
%></MARQUEE></td></tr>
</table>

<table width="590" height="163" border="0" align="center" cellpadding="3" cellspacing="0">
文字显示为什么点击它时不能同时停止?

http://w2.lypd.net/yuantai/ggjx.asp效果在这个页面里,我想让中间那段滚动当点击时 文字能够一起停止
7#
发表于 2010-1-14 03:59:49 | 只看该作者
谢啦!问题解决了!
回复 支持 反对

使用道具 举报

6#
发表于 2010-1-14 03:59:45 | 只看该作者
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30">
<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollamount="3" scrolldelay="100">
<%
if rsCo.bof and rsCo.eof then
Response.Write("")
else
do while not rsCo.eof
%>
<a href="co.asp?id=<%=rsco("id")%> " target="_blank"><font color="#996600">
<%=rsCo("title")%></font></a>
<%
rsCo.MoveNext
loop
%>
<%
end if
rsCo.Close
set rsCo=nothing
%>
</MARQUEE>
</td></tr>
</table>
回复 支持 反对

使用道具 举报

5#
发表于 2010-1-14 03:59:41 | 只看该作者
MARQUEE

不能放在循环里
回复 支持 反对

使用道具 举报

4#
发表于 2010-1-14 03:59:37 | 只看该作者
因为鼠标不能同时在那些MARQUEE上面
回复 支持 反对

使用道具 举报

3#
发表于 2010-1-14 03:59:33 | 只看该作者
可我这个是循环显示的啊?而且也包含了为什么只会一个使用了这个效果呢?
回复 支持 反对

使用道具 举报

2#
发表于 2010-1-14 03:59:29 | 只看该作者
我想是因为你这样会有好几个MARQUEE,而你的鼠标又不能同时在那些MARQUEE上面
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 16:33 , Processed in 0.097933 second(s), 10 queries , Gzip On, Memcache On.

Powered by xuexi

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

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