<%server.ScriptTimeout= 99999 %> ""> <%=searchkeyword%> <% gotype=request("gotype") gosmalltype=request("gosmalltype") %> <% ProductList = Session("ProductList") Products = Split(Request("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductList Next Session("ProductList") = ProductList %> <% gotype=request("type") gosmalltype=request("smalltype") %> <% dim rs 'MaxPerPage=rs("duo") dim totalPut dim CurrentPage dim TotalPages dim i,j dim typename dim ty typeid=request("typeid") typename="" if not isempty(request("page")) then currentPage=cint(request("page")) else currentPage=1 end if dim rstype dim typesql dim typeid,typename1,smalltypeid if request("typeid")="" then typeid=0 else typeid=request("typeid") end if if request("smalltypeid")="" then smalltypeid=0 else smalltypeid=request("smalltypeid") end if color=request("color") %>
Products Category
    LATEST PRODUCTS
    What We do now
      What Products We Do Now! (44)
    Granite Color
      Chinese Granite Color (82)
      Imported Granite Color (60)
      Granite Tiles and Slabs (44)
    Marble Color
      Chinese Marble Color (38)
      Imported Marble Color (33)
      Travertine (5)
    Countertop & Vanity(Advantage)
      Granite Colour Textures (79)
      Granite Countertop  (83)
      Granite Island top/Bar Top (14)
      Granite Vanity top (88)
      UK Style WorkTop (9)
      Marble Vanity & Countertop (16)
      Box Package of Vanity  (24)
      Registration Desk & Coffee table
      Tub surround & Soap Dish (22)
      Window Sill & Threshold (11)
      Edge Treatment (31)
      Hotel Condo Hospital Projects (96)
      Example of Project Drawing  (62)
      Clips of Vanity (7)
      Countertops with SS Sink (6)
      Countertop & Vanity With Cabinet
      Prefabricating Now (4)
      Package & Loading (38)
    Stone Sink Basin & Bowl
      Stone Sink (57)
      Stone Basin (38)
      Stone Bowl (68)
      Stone Pedestal (72)
      Stone Art (20)
      Stone Vessel (17)
      Stone Faucet (10)
      Factory & Package (16)
    Accessory of Countertop & Vanity
      Stainless Steel Sink (59)
      Ceramic Sink (21)
      Wooden & PVC Cabinet  (72)
      Glass wash basins (23)
      Faucet matching vanity (49)
    Slate Quartzite Sandstone
      Nature Slate (33)
      Mushroom Slate (28)
      Culture Slate (28)
      Slate Mosaic  (26)
      Meshed Slate (27)
      Tumbled Slate (14)
      Slate Pillar (15)
      Roofing Slate (8)
      Slate Coffee Table (9)
      Sandstone (29)
    Marble Series Products
      Marble Tile & Slab (China) (23)
      Marble Tiles & Slab (Imported) (17)
      Tumbled Marble (10)
      Marble Mosaic (China) (59)
      Marble Mosaic (Int) (28)
      Onyx Marble with Glass (5)
      Marble Laminated Granite (5)
      Marble Laminated Ceramics (18)
      Marble Laminated Aluminum (3)
      Honeycomb Marble (5)
    Stone Series Products
      Stone Bath Tub (11)
      Stone for Decoration (14)
      Stone for Landscaping (16)
      Sculpture & Carving Stone (56)
      Stone Desk,Chair & Furniture (55)
      Stone Processing Surface  (19)
      Step and Riser (8)
      Paving Stone (19)
      Cobblestone Kerbstone (22)
      Natural & Mushroom Surface Stone
      Border Liner (38)
      Pattern,Mosaic,Inlay & Medallion
      Tombstone Headstone Material
      Stone Fireplace (27)
      General Information (45)
      Pictures of Package (12)
    Artificial Stone
      Fine Pattern (12)
      Coarse Pattern (5)
      Shell (3)
      Quartz (13)
    Pebble
      River Stone Color (9)
      Pebble Tiles (37)
      Polished Engraved Stone (4)
    Stone Tools
<% Set rs= Server.CreateObject("ADODB.Recordset") sql="select * from smalltype where smalltypeid="&smalltypeid&"" rs.open sql,conn,1,1 %>
<%=rs("type")%> - <%=rs("smalltype")%>
<% Set rs= Server.CreateObject("ADODB.Recordset") sql="select * from smalltype where smalltypeid="&smalltypeid&"" rs.open sql,conn,1,1 %> <%=rs("smalltype_keyword")%> <% rs.close set rs=nothing %>
<% set rstype=server.createobject("adodb.recordset") typesql="select * from type where typeid="&typeid&"" rstype.open typesql,conn,1,1 if not rstype.eof then typename1=rstype("type") else typename1="All" end if rstype.close set rst=server.CreateObject("ADODB.RecordSet") %>
<% dim sql sql="select * from learning where articleid>0" if typeid<>0 and typeid<>"" then sql=sql &" and (typeid="&typeid&")" end if if smalltypeid<>0 and smalltypeid<>"" then sql=sql &" and (smalltypeid="&smalltypeid&")" end if if request("color")<>"" then sql=sql &" and (color like '%"&request("color")&"%')" end if 'sql=sql &" order by type,smalltype,articleid" sql=sql &" order by title desc,articleid desc" if goid<>0 then sql="" sql="select * from learning where articleid="&goid&"" end if %> <%'=sql%> <% Set rs= Server.CreateObject("ADODB.Recordset") rs.open sql,conn,1,1 if rs.eof and rs.bof then response.write "

This Categories have No Prdoucts now!

" response.write "

" else totalPut=rs.recordcount totalPut=rs.recordcount if currentpage<1 then currentpage=1 end if if (currentpage-1)*MaxPerPage>totalput then if (totalPut mod MaxPerPage)=0 then currentpage= totalPut \ MaxPerPage else currentpage= totalPut \ MaxPerPage + 1 end if end if if currentPage=1 then showpage totalput,MaxPerPage,"product.asp?me=a2" showContent showpage1 totalput,MaxPerPage,"product.asp?me=a2" else if (currentPage-1)*MaxPerPage

select products below and click for inquiry!
SELECT ALL  CLEAR ALL

Product List
<% dim ggotype,ggosmalltype i=1 ggotype="" ggosmalltype="" do while not rs.eof if ggotype<>rs("type") or ggosmalltype<>rs("smalltype") then ggotype=rs("type") ggosmalltype=rs("smalltype") i=1 %> <%end if%> <%if (i mod 3)=1 then%> <%end if%> <%if (i mod 3)=0 then%> <%end if%> <% i=i+1 if i>MaxPerPage then exit do rs.movenext loop %>
Home > Products> <%if ggosmalltype<>"" then%> <%=ggotype%>|<%=ggosmalltype%> <%else%> <%=ggotype%> <%end if%> <%if rs("typeid")=1 or rs("typeid")=2 then%>
<%end if%> <%if rs("typeid")=9 then%>
(Edge Processing) <%end if%>
)" title="Item No.:<%=rs("title")%>"> " border="0">
)" title="<%=rs("title")%>"> Item No.:<%=rs("title")%> <%if rs("new")=1 then%> <%end if%>
Name:<%=rs("type")%>
Material: <%=rs("smalltype")%>
Description:.html">Detailed ">
select products below and click for inquiry!
SELECT ALL  CLEAR ALL
<% end sub function showpage(totalnumber,maxperpage,filename) response.write "" dim n if totalnumber mod maxperpage=0 then n= totalnumber \ maxperpage else n= totalnumber \ maxperpage+1 end if Response.Write "" response.write "" response.write "" response.write "" Response.Write "
" response.write "
" Response.Write "Total:"&totalnumber&" "&CurrentPage&"/"&n&"
" if CurrentPage<2 then response.write "" else response.write "" response.write "<< " end if dim l l=1 do while l<=n if l=currentpage then response.write "" response.write ""&l&" " response.write "" else response.write ""&l&" " end if l=l+1 loop if n-currentpage<1 then response.write "" else response.write ">> " end if Response.Write "
" Response.Write "
" end function function showpage1(totalnumber,maxperpage,filename) response.write "" dim n Response.Write "" response.write "
" if totalnumber mod maxperpage=0 then n= totalnumber \ maxperpage else n= totalnumber \ maxperpage+1 end if if CurrentPage<2 then response.write "" else response.write "" response.write "<< " end if dim l l=1 do while l<=n if l=currentpage then response.write "" response.write ""&l&" " response.write "" else response.write ""&l&" " end if l=l+1 loop if n-currentpage<1 then response.write "" else response.write ">> " end if Response.Write "
" Response.Write "
" end function sub gotopage %> Goto page <% end sub %>