<% strcon=Application("strcon_C") Action=Request("Action") if Action="" then Action="List" select case Action case "List" case "ListCate" ID=Request("ID") if ID="" then ID=1 sql="select * From [¨t¦C³æ¤¸ªí],[¨t¦Cªí] Where [¨t¦C¥Nªí¸¹]=" & ID & _ " AND [¨t¦CID]=[¨t¦C¥Nªí¸¹]" set rs=GetRecordset(strcon,sql) end select %>
<%Select case Action case "List"%>
¹qºÏ»Ö