<% catid=request("catid") if isNumeric(catid)=0 or catid="" then catid=0 if catid<0 then catid=0 '===============================自定义函数=========================================== '获得所有分类子目录(新) function subCompany(catid) set srs= Server.CreateObject("ADODB.Recordset") sql="SELECT id,(case when father1="&catid&" then power1 else power2 end) as power FROM category WHERE ('|'+father+'|' like '%|"&catid&"|%') and isHot = 1 ORDER BY power ASC" srs.open sql,wwwconn,1,1 do while not srs.eof set subrs = Server.CreateObject("ADODB.Recordset") sql="select id,(case expediency when 1 then cdir1 when 2 then cdir2 when 3 then cdir3 when 4 then cdir4 when 5 then cdir5 when 6 then cdir6 when 7 then cdir7 when 8 then cdir8 when 9 then cdir9 end) as cdir from category where id="&srs("id") subrs.open sql,wwwconn,1,1 if not subrs.eof then subCompany = subCompany&" | " subCompany = subCompany&trim(subrs("cdir")) subCompany = subCompany&"" end if subrs.close set subrs = nothing srs.movenext loop srs.close set srs=nothing end function '===============================end of 自定义函数=========================================== %> 我要采购 - 服饰频道
服饰频道首页  
首页 | 注册会员 | 高级会员 | 帮助


查看所有供应信息
| 女上装 | 儿童服装 | 男上装 | 运动服装 | 休闲服装 | 服装代理

| 围巾 | 童帽 | 领带

| 玉石 | 天然水晶 | 项链、项坠 | 品牌手表

| 商展、会议 | 公关服务 | 摄影、摄像服务

| 旅行包、旅行箱 | 女包系列 | 男包系列

| 休闲鞋 | 凉鞋 | 女鞋 | 男鞋 | 童鞋 | 成品鞋代理



| 服装代理 | 箱包代理 | 成品鞋代理



 

代理专区
简兰服饰诚邀加盟代理商 2006年4月4日 13:58
捷路体育用品,诚招代理 2006年3月31日 11:5

最新供应
供应意大利佛罗伦萨男装展 2006年4月17日 17:9
提供 2006年4月17日 17:9
供应意大利佛罗伦萨童装展 2006年4月17日 17:9



服饰频道版权所有 2003-2005 | 著作权与商标声明 | 法律声明 | 服务条款 | 隐私声明 | 联系我们
服饰资源 | 企业 | 品牌 | 供应商 | 频道 | 搜索
<% wwwconn.close set wwwconn = nothing %>