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


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

稿件查询
 


请输入任一作者名

 
您所在位置:杂志动向->当期杂志
 
2007年第35卷第8期
 


工业评述
环氧树脂/碳纳米管纳米复合材料的制备与性能研究进展
非对称性聚合物微孔膜研究进展

合成工艺与工程
耐高温聚芳醚砜的合成与表征

树脂改性与合金
气相法二氧化硅填充交联EVA形状记忆材料的研究
LDPE/EVA/SEBS发泡材料的研究
丙烯酸甲酯改性SAN树脂的研究
有机化纳米SiO2填充改性尼龙6复合材料的研究

成型加工与设备
基于矩阵形态修复的边界元容错处理算法研究
基于最大后验概率的熔融态物料结构的层析图像提取法
PVA-CP1220T10吹塑薄膜加工工艺及性能研究

材料测试与应用
高黏度尼龙6膜的制备与性能研究
HDPE和MVQ导热性的影响因素
人工模拟海水条件对塑木复合材料耐磨性能的影响
酚醛泡沫塑料制备和性能研究

塑料助剂与配混
新型载体树脂在色母粒中的应用研究
木粉/低密度聚乙烯复合材料的发泡研究

新技术与产品开发
利用废旧PE/PP制备木塑复合材料的研究
功能化聚乙烯膜的制备及性能研究
LDPE/SBR复合改性沥青动态力学性能的研究
基于BP神经网络对废旧塑料按颜色分类的方法研究

行业论坛
研究探讨新配方助剂,解决T38F产品后加工膜卷发红问题

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

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