%@language="VBscript"%> <%Response.Expires=0%> <%current_ver="cn" type_id=Request("type_id") if type_id<>"" then if not Isnumeric(type_id) then Response.Write("") Response.End() else set rst=conn.execute("select typename from t_product_type where id="&type_id) tpname = rst("typename") rst.close set rst = nothing end if end if %>
|
|
|