<% for i=1 to 10 %> <% if not rs.eof then %> <% discounti=fix(cdbl(rs("msaucdiscount"))) %>

<%=discounti%>ÕÛ×¨Çø

<% do while not rs.eof %> <% discounti=fix(cdbl(rs("msaucdiscount"))) %>
" target="_blank">" alt="" />
" target="_blank"><%=str_left(rs("aucitemtitle"),39,"")%>
<%=formatNumber(rs("msaucdiscount"),1,-1,0,0)%>ÕÛÃëɱ¼Û £¤<%=formatNumber(rs("msaucdiscountprice"),2,-1,0,0)%>
" target="_blank">Á¢¼´Ãëɱ
<% rs.movenext %> <% if not rs.eof then %> <% if fix(cdbl(rs("msaucdiscount")))>discounti then exit do %> <% end if %> <% loop %>
<% end if %> <% next %>