ASP 添加序号
本人菜鸟。网站有个页面要列出用户积分排名但只是调用出用户和积分前面怎么能让它排上序号谢谢高手了。。<%setrs=server.CreateObject("adodb.r...
本人菜鸟。网站有个页面要列出用户积分排名 但只是调用出用户和积分 前面怎么能让它排上序号
谢谢高手了。。
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select top 60 * from Dv_User order by shopxp_shfs desc",conn,1,1%>
<table width="80%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="180" border="0" cellpadding="0" cellspacing="0">
<%i=0
do while not rs.eof%>
<tr>
<td height="20"><font color=#000000>
<%response.write "<a href=productshopxp.asp?id="&rs("shopxpptid")&" "&rs("shopxpcjiao")&"次>"
if len(trim(rs("UserName")))>11 then
response.write left(trim(rs("UserName")),10)&"."
else
response.write trim(rs("UserName"))
end if
response.write "</a>"
%></font>
<font color=#DC143C><%=trim(rs("shopxp_shfs"))%></font>
</td>
</tr>
<%i=i+1
if i>=60 then exit do
rs.movenext
loop
rs.close
set rs=nothing%>
您说的那段写在哪儿呢 展开
谢谢高手了。。
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select top 60 * from Dv_User order by shopxp_shfs desc",conn,1,1%>
<table width="80%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="180" border="0" cellpadding="0" cellspacing="0">
<%i=0
do while not rs.eof%>
<tr>
<td height="20"><font color=#000000>
<%response.write "<a href=productshopxp.asp?id="&rs("shopxpptid")&" "&rs("shopxpcjiao")&"次>"
if len(trim(rs("UserName")))>11 then
response.write left(trim(rs("UserName")),10)&"."
else
response.write trim(rs("UserName"))
end if
response.write "</a>"
%></font>
<font color=#DC143C><%=trim(rs("shopxp_shfs"))%></font>
</td>
</tr>
<%i=i+1
if i>=60 then exit do
rs.movenext
loop
rs.close
set rs=nothing%>
您说的那段写在哪儿呢 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询