<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% Dim news Dim news_numRows Set news = Server.CreateObject("ADODB.Recordset") news.ActiveConnection = MM_conn_STRING news.Source = "SELECT * FROM news ORDER BY 时间 DESC" news.CursorType = 0 news.CursorLocation = 2 news.LockType = 1 news.Open() news_numRows = 0 %> <% Dim qx Dim qx_numRows Set qx = Server.CreateObject("ADODB.Recordset") qx.ActiveConnection = MM_conn_STRING qx.Source = "SELECT * FROM qx" qx.CursorType = 0 qx.CursorLocation = 2 qx.LockType = 1 qx.Open() qx_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 6 Repeat1__index = 0 news_numRows = news_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 %> 梧州电子工程学校

  学子去向查询:
  08 年招生专栏
  招 聘 信 息
  学生就业一览表
  报 读 须 知
  最 新 就 业 信 息
  校 企 联 合
  工 学 交 替
进入 more ...
 用户名:  
 密 码:
     
 报名热线:08743893035
 网 上 报 名: 进入》》
进入 more ...
 广西八桂频道ep12.com  
 ATA 考证网站
 电子商务考站
 广西技能鉴定中心
 www.wzptt.gx.cn
 http://www.qq.com
 http://www.163.com
进入 more ...
 
    广西梧州电子工程学校,是一所经广西教育厅评估,确认
办学条件合格的公立中专学校,是市属重点建设 的中专学校,
现有在校生2000多人,面向全区招生。
    我校座落在梧州市著名的八宝塘风景区内,占地80余亩,
园林式的校园,环境宁静、整洁、优雅。 学校教学和 生活设
施完善,拥有现代化的教学设施,有财经类、电子电器类 ...
 
08年招生专栏
  新 闻 区:
迎奥运 讲文明 树新风    08-4-10
模具设计与制作专业  
电 子 商 务  
计 算 机 及 应 用  
制 冷 与 空 调  
计 算 机 网 络  
电子电器应用与维修  
more...  
我校招生宣传工作正式启动       08-3-15
欢送06级学生到盛宏公司实习     08-3-15
欢送06级学生到深圳科龙公司实习  08-3-13
欢送06级学生到长城电脑公司实习  08-3-12
我校启动06级08年的就业实习工作  08-3-10
进入 more ...
 
   
合 格 学 校 ATA 考 站
电子商务师考站
进入 more ...
版权所有:梧州电子工程学校
网址:http://www.wzews.com  E_mail:dzgc3893035@163.com  
地址:广西梧州市高旺路22号 邮政编码:543001 电话:0874-3893035  
<% news.Close() Set news = Nothing %> <% qx.Close() Set qx = Nothing %>