<% 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 %>