<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_ggdata_STRING Recordset1.Source = "SELECT * FROM gg ORDER BY ID DESC" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 6 Repeat1__index = 0 Recordset1_numRows = Recordset1_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> 界首市兴华小学
首页 学校简介 校园建设 兴华校刊 校园新闻 校园风采 学生社区 家长社区 教师社区
 
     
 
我校于06年12月31日兴行庆元旦联欢会   2007年兴华小学07元旦联欢会
我校于06年12月25日举行“学生对任课教师”...   2006年兴华小学"和谐校园"演讲会(教师)
我校在06年11月10日举行法制报告会   2006年兴华小学庆六一儿童世联欢会
我校举行安全教育报告会   2006年兴华小学广播体操比赛剪辑
     
 
学生每年度各科成绩查询   07年元月致学生家长的一封信
兴华小学各班课程表   父母是孩子良好自尊的重要培育者
界首市中小学生骑自行车十不准   你是合格的家长吗?
  如何培养孩子的独立性
     
   
界首市兴华学校教师礼仪基本要求   浅谈学生质疑的出发点
教师用语十忌   新时期班主任的四个重要作用
中小学教师行为规范“八不准”   浅谈表扬艺术在班主任工作中的作用
教师用语十提倡    
 


校长简介
|校长信箱|家庭教育网站联盟|教育网站联盟

学校地址:界首市茂源路4号(中原中路北侧 旅游鞋厂对面)

联系电话:0558-4825288  手机:13696682688
本网站由勇涛工作室创办 联系电话:0558-4825037  手机:13034063565 QQ:136022257
E-MAIL:zytzsqy@163.com
 
<% Recordset1.Close() Set Recordset1 = Nothing %>