告网友:如果您没找到要查阅的资料,请进文墨网旧站去找。旧站已为静态资料,想发表文章请在新站登录。发表文章步骤见这里,欢迎到滦南吧文墨吧文墨网俱乐部友谊第一网交流。谢谢!
文墨网友谊会·文墨网俱乐部 ·倴城吧·滦南文化网·查阅文墨网旧站原文墨网总站·
本站河北省作家协会会员刘宝军创办
本站由文墨网网友友谊会主办 安装刘宝军五笔 看看几点咧 | 设为首页 | 加入收藏 | 联系我们  
<% 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 %>