<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% Dim guonei Dim guonei_numRows Set guonei = Server.CreateObject("ADODB.Recordset") guonei.ActiveConnection = MM_news_STRING guonei.Source = "SELECT ID, Title,classID FROM news WHERE classID = 'D' ORDER BY ID DESC" guonei.CursorType = 0 guonei.CursorLocation = 2 guonei.LockType = 1 guonei.Open() guonei_numRows = 0 %> <% Dim guowai Dim guowai_numRows Set guowai = Server.CreateObject("ADODB.Recordset") guowai.ActiveConnection = MM_news_STRING guowai.Source = "SELECT ID, Title, classID FROM news WHERE classID = 'A' ORDER BY ID DESC" guowai.CursorType = 0 guowai.CursorLocation = 2 guowai.LockType = 1 guowai.Open() guowai_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 5 Repeat1__index = 0 guonei_numRows = guonei_numRows + Repeat1__numRows %> <% Dim Repeat2__numRows Dim Repeat2__index Repeat2__numRows = 5 Repeat2__index = 0 guowai_numRows = guowai_numRows + Repeat2__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 %> 编辑委员会
 
杂志动向
 
 
 
 
 
 
 
 
文章搜索
 


可输入标题或摘要中的任意词进行检索,中英文均可

稿件查询
 


请输入任一作者名

 
您所在位置:杂志动向->编辑委员会
 
《塑料工业》第6届编委会
 

编委会主任:傅 旭(中蓝晨光化工研究院)

主编:傅 旭

副主编:钟晓萍(《塑料工业》编辑部)

顾问:
徐 僖(四川大学高分子研究所)
黄志镗(中科院化学所)
曾汉民(中山大学)
黄 锐(四川大学高分子科学与工程学院)

编委(按姓氏笔画为序):
于 建(清华大学化工系高分子研究所)
于元章(中石化齐鲁分公司研究院)
王克智(山西省化工研究所)
王德禧(中国塑协工程塑料专委会)
申长雨 (郑州大学)
叶正涛(台湾科技大学)
刘 勇(上海欧亚合成材料有限公司)
阮汝祥(国防科工委)
吴大鸣(北京化工大学机电工程学院,塑料机械及塑料工程研究所)
吴良义(天津合成材料工业研究所)
张振綦(四川省塑料制品工业协会)
李 军(晨光塑胶科技公司)
李 晨(石油和化学工业规划院石化处)
李生柱(上海市合成树脂研究所)
李社青(中石化兰州分公司)
杨桂生(上海杰事杰新材料股份有限公司)
辛敏琦(上海锦湖日丽塑料有限公司)
麦堪成(中山大学)
周 勤(中蓝晨光化工研究院)
郁维铭(江苏省化工研究所)
郑 恺(中国工程塑料工业协会)
郑 强(浙江大学材料学院)
金茂筑(中石化北京化工研究院)
夏一平(上海双树塑料厂)
夏成林(华南理工大学)
傅 强(四川大学高分子学院)
解孝林(华中科技大学化学系)
蒲泽双(重庆大方合成化工有限公司)
廖正品(中国塑料加工工业协会)
蹇锡高(大连理工大学高分子材料系,高分子研究所)
瞿金平(华南理工大学聚合物新型成型装备国家工程研究中心)

         
 
版权声明 | 联系我们 | 广告服务 | 我要投稿
 

E-mail:net@plast-ind.com.cn 电话:028-85570801,85558516 传真:028-85562962
Copyright©2001-2005 CHINA PLASTICS INDUSTRY Networks.All rights reserved.
(C)2001-2005 塑料工业网 版权所有.保留所有权利.
设计制作:官长志

<% guonei.Close() Set guonei = Nothing %> <% guowai.Close() Set guowai = Nothing %>