<% dim id,rs,rse,did,exec,rstt,exectt,tt,tt2 id = request.querystring("id") if id = "" or not isnumeric(id) then response.write "" response.end end if set rstt=server.createobject("adodb.recordset") exectt="select * from shop_fl where id="&id rstt.open exectt,conn,1,1 if rstt.eof then rstt.close set rstt = nothing conn.close set conn = nothing response.write "" response.end end if tt = rstt("id") tt2 = rstt("sid") %> <%=config("title")%> " /> " /> 锘?/head>
娆㈣繋鍏変复绂忚鑺辩敳鍝佺墝瀹樼綉|绂忚涓哄浗瀹舵敞鍐屽晢鏍囦笉瀹逛镜鐘紝璁ゅ噯绂忚鍝佺墝

鍝佺墝褰㈣薄brand

棣栭〉-鍏充簬绂忚-绂忚鑽h獕
    <% set rs=server.createobject("adodb.recordset") exec="select * from [shop] where ssfl="&id&" or sid="&id&" order by px_id asc,id desc" rs.open exec,conn,1,1 if rs.eof then response.Write " 姝ゅ垎绫昏繕娌℃湁娣诲姞浜у搧!" else rs.PageSize =10 '姣忛〉璁板綍鏉℃暟 iCount=rs.RecordCount '璁板綍鎬绘暟 iPageSize=rs.PageSize maxpage=rs.PageCount page=request("page") if Not IsNumeric(page) or page="" then page=1 else page=cint(page) end if if page<1 then page=1 elseif page>maxpage then page=maxpage end if rs.AbsolutePage=Page if page=maxpage then x=iCount-(maxpage-1)*iPageSize else x=iPageSize end if %> <%For i=1 To x%>
  • "/>.html"><%=rs("title")%>
  • <%rs.movenext next %> <% end if %>
<%'浠ヤ笅鏄剧ず鍒嗛〉 call PageControl(iCount,maxpage,page,"border=0 align=center","

") rs.close set rs=nothing rstt.close set rstt=nothing %>