asp图片滚动一次就停了

来源:百度知道 编辑:UC知道 时间:2024/09/20 19:47:42
图片就滚动一次就停止了,希望给解决一下!!谢谢大家,着急!!
<div id=demo style=overflow:hidden;height:240;width:340;color:#ffffff>
<%
Set Rs1=Server.CreateObject("adodb.recordset")
Rs1.Open"Select * from Product order by ProductID desc",conn,3,2
IF Not Rs1.eof And Not Rs1.bof Then
while Not Rs1.Eof
%>
<table width="300" border=0 align=center cellpadding=0 cellspace=0>
<tr>
<td width=120 valign=middle id=demo1>
<a href="product_show.asp?action=common&ID=<%=rs1("productID")%>" target="_blank">
<img src="product/<%=rs1("SmallImg")%>" width="100" height="130" border="0"/></a></td>
<td width=174 align="left" valign=middle id=demo2><a href="product_show.asp?action=common&ID=<%=rs1("productID

<div align=center>
<div id=aaa style="overflow:hidden;height:240;width:340;color:#ffffff">
<div align=center>
<table cellSpacing=0 cellPadding=0 width="100%" align=center border=0 cellspace="0">
<tr>
<td id=aaa1 vAlign=top>
<table cellSpacing=0 cellPadding=0 width="100%" align=center>
<tr>
<td vAlign=top>
<table width='100%' cellpadding='0' cellspacing='5' border='0' align='center'><tr valign='top'>
<%
Set Rs1=Server.CreateObject("adodb.recordset")
Rs1.Open"Select * from Product order by ProductID desc",conn,3,2
IF Not Rs1.eof And Not Rs1.bof Then
while Not Rs1.Eof
%>
<td align='center'><a href="product_show.asp?action=common&I