现在是选择前两个 我想直接从 第三个开始 怎么写呀 那位老大帮一下忙 谢谢
<%dim sqlsort1,RsSort1,hangpicnum1
sqlsort1="select top 2 * from Sort where B_id=0 and setting < 4 and Indexshow=True order by S_order"
Set RsSort1=conn.execute (sqlsort1)
RsSort.Open sql,Conn,1,1
Response.Write"<table border='0' cellspacing='0'>"
if RsSort1.eof and RsSort1.bof then
response.write "<div align=center>还没有任何栏目</div>"
else
response.write"<tr>"
do while not rs.eof
for hangpicnum1=1 to 2
if RsSort1.eof then exit for
Response.Write"<td>"
%>
现在是选择前两个 我想直接从 第三个开始 怎么写呀 那位老大帮一下忙 谢谢