<table width="100%" cellpadding="0" style="border-collapse:collapse" border="1" cellspacing="1" bordercolor="#C0C0C0"> <tr align="center"> <% set rs=server.createobject("adodb.recordset") rs.open "select * from Caigou order by id desc",conn,1,1 if not(rs.eof and rs.bof) then do while not rs.eof %> <td height="20"><%=rs("id")%></td><td><%=rs("linkname")%></td><td><%=rs("link")%></td> <% rs.movenext loop end if rs.close set rs=nothing %> </tr> </table>
<table width="150" cellpadding="0" style="border-collapse:collapse" border="1" cellspacing="1" bordercolor="#C0C0C0"> <tr align="center"> <% set rs=server.createobject("adodb.recordset") rs.open "select * from Caigou order by id desc",conn,1,1 if not(rs.eof and rs.bof) then do while not rs.eof %> <td height="20" width="50"><%=rs("id")%></td> <td height="20" width="50"><%=rs("linkname")%></td> <td height="20" width="50"><%=rs("link")%></td> <% rs.movenext loop end if rs.close set rs=nothing %> </tr> </table>