<%@LANGUAGE="VBSCRIPT"%> <% Dim teacher__MMColParam teacher__MMColParam = "1" If (Request.QueryString("编号") <> "") Then teacher__MMColParam = Request.QueryString("编号") End If %> <% Dim teacher Dim teacher_numRows Set teacher = Server.CreateObject("ADODB.Recordset") teacher.ActiveConnection = MM_shuju_STRING teacher.Source = "SELECT * FROM jiaoshi WHERE 编号 = " + Replace(teacher__MMColParam, "'", "''") + "" teacher.CursorType = 0 teacher.CursorLocation = 2 teacher.LockType = 1 teacher.Open() teacher_numRows = 0 %> <% 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 %> 赣三中高一(3)班

 


11 教师列表
徐 秋 月
龚 龙 琳
刘  玮
易  梅
李 晟 翊
谢 昌 中
邓 源 方
郑  慧
 
 
 
 
 
 
 
姓名: 徐秋月
任课 英语
爱好  
 对老师的评价:
  “人生就像说英语,大部分人都会发错音.”也许学习英语的日子里充满了枯燥与困难,但在老师的指领下,我们依然快乐的学习着.

   徐秋月老师平时对工作总是兢兢业业 ,一丝不苟,能从学生的学习角度出发,培养学生的兴趣和能力.徐老师的确是一位教学经验丰富和值得我们尊敬的老师.She always tells us“The ture success is to labour”.

设为首页 | 加入收藏 | 管理登陆

Copyright(c) 2004 - 2006 All Rights Reserved. 主办:赣三中高一(3)班
<% teacher.Close() Set teacher = Nothing %>