<% set rs=server.CreateObject("adodb.Recordset") sql="Select * from Class_Table order by ID asc" rs.open sql,conn,1,1 if not rs.eof then %> <%for j = 1 to 2%> <% if rs.eof then exit for end if next end if%>
| 首页  |  奇石收藏  |  奇石鉴赏  |  奇石养护  |  奇石交易  |  奇石新闻  |  求购石头 | 出售石头 | 会员中心 | 网上石馆 | 奇石搜索 | 问题帮助 | 广告合作
求购各地奇石、根雕

本人急于求购各地奇石和根雕,开一家黄河奇石馆,打开本地市场.地址:山西省河曲县文笔镇

  电话:(0350)7225616,(0350)7225889

发布于:2009-1-13 已被阅读:789次 
<% set rs=server.CreateObject("adodb.recordset") rs.open "select * from [link]",conn,1,1 dim m m=0 do while not rs.eof m=m+1 %> <% if m mod 8=0 then response.Write("") end if rs.movenext loop rs.close set rs=nothing %>