<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_hg_STRING Recordset1.Source = "SELECT * FROM zz_gonggao ORDER BY id DESC" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> <% Dim Recordset2 Dim Recordset2_numRows Set Recordset2 = Server.CreateObject("ADODB.Recordset") Recordset2.ActiveConnection = MM_hg_STRING Recordset2.Source = "SELECT * FROM zz_hangyedongtai ORDER BY id DESC" Recordset2.CursorType = 0 Recordset2.CursorLocation = 2 Recordset2.LockType = 1 Recordset2.Open() Recordset2_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 %> 云南省造纸学会
 
fwzn
26 学会简介
26 会员单位
26 学会章程
26 组织机构
26 会议信息
26 行业动态
26 学术交流
26  
26 首页
   
   
024
1
  云南省造纸学会--->> 会员单位
1
云南省造纸学会会员单位
 

团体会员  (12个单位)

安宁林源珍泉纸业有限责任公司、昭通造纸厂、新平南恩糖纸有限责任公司、泸西县造纸厂、个旧市凌霖造纸厂、文山州造纸厂、蒙自县造纸厂、大理辉煌实业有限责任公司、凤庆鹏程纸业(集团)有限责任公司、云南建星纸业有限公司、林业部昆明勘查设计院、云南玉溪市高仓造纸厂。

理事单位中科研、设计部门、院校(7个单位)

云南省轻工业研究所、云南非金属矿产应用研究所、云南省设计院、云南省轻纺设计院、昆明理工大学、西南林学院、云南师范大学竹类研究所。

理事单位中的企业 (16个单位)

云景林纸有限责任公司、 红塔蓝鹰纸业有限公司、 陆良银河纸业有限公司、 开远市明威有限公司、昆明市福保造纸厂、云南江川翠峰纸业有限公司、大理华成纸业有限公司、大理市洱滨造纸厂、昆明克林轻工机械(集团) 股份有限公司、玉溪市东升纸业有限责任公司、开远市泸江纸业有限责任公司、瑞丽云竹纸业有限公司、潞西市芒市造纸厂

 

 

    | 关于我们 | 网站管理 | 其他信息
Copyright ©  2007 云南造纸学会
<% Recordset1.Close() Set Recordset1 = Nothing %> <% Recordset2.Close() Set Recordset2 = Nothing %>