<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% Dim Recordset_news Dim Recordset_news_cmd Dim Recordset_news_numRows Set Recordset_news_cmd = Server.CreateObject ("ADODB.Command") Recordset_news_cmd.ActiveConnection = MM_tadata_STRING Recordset_news_cmd.CommandText = "SELECT * FROM data WHERE type='最新消息' order by pdate DESC" Recordset_news_cmd.Prepared = true Set Recordset_news = Recordset_news_cmd.Execute Recordset_news_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 10 Repeat1__index = 0 Recordset_news_numRows = Recordset_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 %> 淘趣宝 母婴频道 宝宝 孕妇装 亲子装 奶粉 婴童用品 婴儿服饰

设为首页 收藏夹 客户中心| 广告合作  

 首页  二手闲置  手机数码  女装/配件 男装/配件 母婴  运动 居家  影视书籍  游戏

[咨询]结婚年龄与优生 [常识]三,四个月的宝宝鼻塞怎么办?
[服饰]防辐射服 信息时代的保护神 [瘦身]网上疯传的减重经验秘诀TOP7
[食疗]女人养血调经的最佳饮食方案 [经验]198-98斤 胖妈妈减肥经
[食疗]美食帮你解决便秘 清扫体内垃圾 [健康]6种行为毁灭你的乳房
[心态]孕前产前心情放松50招 [调养]“坐月子”休养方式选择多
[胎教]令孩子们更聪明的音乐 [奶粉]婴儿配方奶粉都配了什么
[心理]80后准妈如何对抗孕产恐惧” [FAQ]准妈咪每月最关心的问题
[必备]新生宝宝出生前50件必备清单 [指导]妈咪掌握喂奶的窍门
[测试]38种测BB性别方法 [饮食]为婴幼儿补钙小常识
关于我们 广告服务 合作伙伴 客户中心 联系我们 网站地图 推广联盟 客服部 点击这里给我发消息 设计部 点击这里给我发消息

Copyright 2008, 版权所有 TAOQUBAO.COM
  <% Recordset_news.Close() Set Recordset_news = Nothing %>