<%
set rs_fy=server.createobject("adodb.recordset")
sqltext4="select * from SmallClass_New where BigClassName='学习园地' and isMenu = 0 order by orderby"
rs_fy.open sqltext4,conn,1,1
For j = 1 To rs_fy.RecordCount
If rs_fy.Eof or rs_fy.bof Then Exit For
%>