| 首页 | <% set rssort=server.createobject("adodb.recordset") sqlstr="select * from class where classid='0' order by id" rssort.open sqlstr,conn,1,1 do while not rssort.eof if trim(Request("bid"))=trim(rssort("id")) then bcolor="#FFECCE" bclass="red" else bcolor="#FF6A03" bclass="dh" end if %>" class="<%=bclass%>"><%=rssort("name")%> | <% rssort.movenext loop rssort.close %>
|