% TheTable="CommonMsg_Category" TheFields="Id,Category_Name" TheConditions=" and By_Id=2" Pagination=0 OrderBy="Order by Order_Id" 'OutSql=1 %> <% CommonMsg_CategoryStr=CommonMsg_CategoryStr&"【"&Category_Name&"】 " %> <% Sort_Id=request("Sort_Id") PageCs="Sort_Id="&Sort_Id&"&" If Sort_Id="" then Sort_Id=13 If Sort_Id<>"" then SubConditions=" and Category_Id="&Sort_Id TheTable="CommonMsg" TheFields="Common_Msg" TheConditions=""&SubConditions Orderby=Empty TheBy="Order_Id" TheOrder="Asc" Maxperpage=40 Pagination=1 OutSql=0 %>