asp分页高手请帮忙啊!!谢谢了!

来源:百度知道 编辑:UC知道 时间:2024/05/21 12:48:09
让它两列显示
只显示一行就行了
写出代码就太谢谢了
<!--#include file="conn/conn.asp"-->
<% set rs_luck=server.CreateObject("adodb.recordset")
sql="select * from tab_luck "
rs_luck.open sql,conn,0,1
if rs_luck.eof and rs_luck.bof then
Response.Write "<div align=center>暂无数据</div> "
end if%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="37%" align="left">名称:</td>
<td width="63%"><%=rs_bizi("title")%></td>
</tr>
<tr>
<td align="left">积分:</td>
<td><%=rs_bizi("gamefen")%>(分)</td>
</tr>
<tr>
<td align="left">浏览:</td>
<td><%=rs_bizi("hit")%>(次)</td>
&l

多加几分吧!!为了你这几分不容易啊
<!--#include file="conn/conn.asp"-->
<% set rs_luck=server.CreateObject("adodb.recordset")
sql="select * from tab_luck "
rs_luck.open sql,conn,0,1
if rs_luck.eof and rs_luck.bof then
Response.Write "<div align=center>暂无数据</div> "
end if%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="37%" align="left">名称:</td>
<td width="63%"><%=rs_bizi("title")%></td>
</tr>
<tr>
<td align="left">积分:</td>
<td><%=rs_bizi("gamefen")%>(分)</td>
</tr>
<tr>
<td align="left">浏览:</td>
<td><%=rs_bizi("hit")%>(次)</td>
</tr>
&