<%@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 %> 杂志简介
 
杂志动向
 
 
 
 
 
 
 
 
文章搜索
 


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

稿件查询
 


请输入任一作者名

 
您所在位置:杂志动向->杂志简介
 
《塑料工业》简介
 

《塑料工业》创刊于1970年,是国内创刊最早的塑料期刊。属国内外公开发行的中央级专业技术期刊,全国中文核心期刊,美国化学文摘(CA)收录期刊,中国科学引文数据库来源期刊。荣获了第三届国家期刊奖提名奖。

30多年来,《塑料工业》以促进塑料工业的发展,提供最前沿的相关技术与最新信息,准确报道国内外塑料工业的发展趋势为办刊宗旨,为我国塑料工业的发展贡献了自己的力量。《塑料工业》全面、快速、翔实地报道有关塑料原料、塑料改性、相关助剂、成型加工、合成工艺、新技术新产品的生产及应用等领域的技术动态及发展方向。每年向广大读者提供一篇有关国外塑料工业发展的最新概况。为各企业及科研院所进一步实现科技成果产业化架起了一座桥梁。

截至2005年1月,《塑料工业》总计出版了203期。《塑料工业》每年出版13期(一期为增刊)

《塑料工业》为月刊,每月20日出版,国内统一刊号:CN 51-1270/TQ,国际统一刊号:ISSN 1005-5770,国内邮发代号62-71。全国邮局均可订阅,漏订者可直接到编辑部订阅。定价为13元/本,全年共计156元。

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

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 %>