<% if Instr(session("AdminPurview"),"|34,")=0 then response.write ("

您没有管理该模块的权限!
") response.end end if if ISHTML = 0 then response.Write "" response.End end If %>
产品检索及分类查看:添加,修改,删除产品信息
添加产品信息 | 查看所有产品信息 | 添加产品类别 | 查看订单信息 | 生成产品分类页面 | 生成产品详细页面

0%
<% totalrec=Conn.Execute("select count(*) from Products where Stock>0")(0) sql="Select * from Products where Stock>0 order by ID desc" Set Rs=Conn.Execute(sql) if totalrec=0 then Detail_Num=0 Else Detail_Num=1 do while not rs.eof ID=rs("ID") call htmll("/CH/","/CH/",""&ProName&""&Separated&""&ID&"."&HTMLName&"","ProductView.asp","ID=",ID,"","") call htmll("/EN/","/EN/",""&ProName&""&Separated&""&ID&"."&HTMLName&"","ProductView.asp","ID=",ID,"","") Response.Write "" Response.Flush rs.movenext Detail_Num=Detail_Num+1 loop end if rs.close set rs=Nothing conn.close set conn=Nothing %>