28,406
社区成员
发帖
与我相关
我的任务
分享<table width=100%>
<tr>
<td width=100%>
<% for i=1 to 12%>
<div style="float:left;width:24%;">
<center>
<img src=" <%if rs("smallpic") <>"" then response.write(rs("smallpic")) else response.write("images/wu.jpg") end if%>" width="204" height="134" />
</center>
</div>
<%next%>
</td>
<tr>
</table>
<div> <ul>
<%
do while not rs.eof
%>
<li style="float:left; width:120px"> <a href=""> <img src=" <%=rs("D_picture")%>" alt=" <%=rs("atitle")%>" name="" /> <br> <br> <%=rs("atitle")%> </a>
</li>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</ul>
</div>