%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% Const ShowAll_num=10 Const NumPerPage=5 '每页列表个数,默认为20 Const footer=5 Const intro_len=280 '简介字数长度 const faq_num=5 id=CheckNum(Request.QueryString("id")) ConnectionDatabase if id>0 then title=conn.execute("select dir_name from product_dir where dir_id="&id)(0) else title="Product" end if %>