<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <%Session.CodePage=65001%> <% Response.Charset="UTF-8" %> <% Dim RS1 Dim RS1_cmd Dim RS1_numRows Set RS1_cmd = Server.CreateObject ("ADODB.Command") RS1_cmd.ActiveConnection = MM_news_STRING RS1_cmd.CommandText = "SELECT * FROM news ORDER BY newsid DESC" RS1_cmd.Prepared = true Set RS1 = RS1_cmd.Execute RS1_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 5 Repeat1__index = 0 RS1_numRows = RS1_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 %> 基础教学部
   
   
   
  高等数学 | 应用文写作 | 公共英语  
 
  基础教学部在学院的建设中,不断发展,不断完善。她以较雄厚的师资力量承载着学院各个专业的英语、数学、语文、人文素质等公共基础课的教学工作任务。也承担英语、数学等科目的市级竞赛培训工作。基础教学部的教学宗旨是:全心全意地为各专业人才培养服务。
   
 
 


 
 

通讯地址: 天津市北辰区西堤头(北校区)  邮政编码:300402
联系电话:022-86848419  电子邮箱:bh_jcb@126.com
All Rights Reserved Copyright 2000-2012 © 天津渤海职业技术学院基础教学部

 
<% RS1.Close() Set RS1 = Nothing %>