告网友:未曾在文墨网新站注册的网友,发表文章前请重新注册,“发表文章”按钮在登录后的页面左列。欢迎留言,欢迎评论文章,也欢迎到文墨网俱乐部发表或评论作品。谢谢支持!
·文墨网友谊会·文墨网俱乐部· ·倴城吧·滦南文化网·查阅文墨网旧站·
<% if ShowSmallClassType="Top" then if BigClassName<>"" then response.write "" sqlSmallClass="select * from SmallClass where BigClassName='" & BigClassName & "'" Set rsSmallClass= Server.CreateObject("ADODB.Recordset") rsSmallClass.open sqlSmallClass,conn,1,1 if rsSmallClass.eof then response.Write " 这个栏目下还没有子栏目,请从后台管理添加子栏目。" else do while not rsSmallClass.eof if rsSmallClass("SmallClassName")=SmallClassName then response.Write(" " & rsSmallClass("SmallClassName") & "  ") else response.Write(" " & rsSmallClass("SmallClassName") & "  ") end if rsSmallClass.movenext loop end if rsSmallClass.close set rsSmallClass=nothing response.write "" end if End If %>