查看感興趣產(chǎn)品列表
新推設(shè)備
%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% Dim C_ID C_ID=Trim(Request("C_ID")) If C_ID="" Then C_ID=0 End If If IsNumeric(C_ID) = False or C_ID=0 Then response.Redirect "../index.html" end if if C_ID=6 then response.Redirect("/products/") end if if C_ID=1 then response.Redirect("/posuiji/") end if if C_ID=2 then response.Redirect("/zhishaji/") end if if C_ID=3 then response.Redirect("/mofenji/") end if if C_ID=5 then response.Redirect("/ShengChanXian/") end if %>