<%@LANGUAGE="VBSCRIPT"%> <% Dim rsBrowse Dim rsBrowse_numRows Set rsBrowse = Server.CreateObject("ADODB.Recordset") rsBrowse.ActiveConnection = MM_asp2htm_STRING rsBrowse.Source = "SELECT ID_News, N_Title, N_FilePath, N_Date,T_TypeName ,N_shibie,N_Type_ID FROM T_News INNER JOIN T_Type ON T_News.N_Type_ID=T_Type.ID_Type ORDER BY N_Date DESC" rsBrowse.CursorType = 0 rsBrowse.CursorLocation = 2 rsBrowse.LockType = 1 rsBrowse.Open() rsBrowse_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rsBrowse_numRows = rsBrowse_numRows + Repeat1__numRows %> <% ' *** Recordset Stats, Move To Record, and Go To Record: declare stats variables Dim rsBrowse_total Dim rsBrowse_first Dim rsBrowse_last ' set the record count rsBrowse_total = rsBrowse.RecordCount ' set the number of rows displayed on this page If (rsBrowse_numRows < 0) Then rsBrowse_numRows = rsBrowse_total Elseif (rsBrowse_numRows = 0) Then rsBrowse_numRows = 1 End If ' set the first and last displayed record rsBrowse_first = 1 rsBrowse_last = rsBrowse_first + rsBrowse_numRows - 1 ' if we have the correct record count, check the other stats If (rsBrowse_total <> -1) Then If (rsBrowse_first > rsBrowse_total) Then rsBrowse_first = rsBrowse_total End If If (rsBrowse_last > rsBrowse_total) Then rsBrowse_last = rsBrowse_total End If If (rsBrowse_numRows > rsBrowse_total) Then rsBrowse_numRows = rsBrowse_total End If End If %> <% ' *** Recordset Stats: if we don't know the record count, manually count them If (rsBrowse_total = -1) Then ' count the total records by iterating through the recordset rsBrowse_total=0 While (Not rsBrowse.EOF) rsBrowse_total = rsBrowse_total + 1 rsBrowse.MoveNext Wend ' reset the cursor to the beginning If (rsBrowse.CursorType > 0) Then rsBrowse.MoveFirst Else rsBrowse.Requery End If ' set the number of rows displayed on this page If (rsBrowse_numRows < 0 Or rsBrowse_numRows > rsBrowse_total) Then rsBrowse_numRows = rsBrowse_total End If ' set the first and last displayed record rsBrowse_first = 1 rsBrowse_last = rsBrowse_first + rsBrowse_numRows - 1 If (rsBrowse_first > rsBrowse_total) Then rsBrowse_first = rsBrowse_total End If If (rsBrowse_last > rsBrowse_total) Then rsBrowse_last = rsBrowse_total End If End If %> 宁波大榭开发区投资控股有限公司
今天是
quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="445" height="60">
旅游
 
 
 
 
 



 您现在的位置:主页>>“六个一工程”活动>>旅游

东极归来不看海—杨赓 2005/11/7
游天一阁随想—竺大伦 2005/11/3
长假出游——繁华中的失落 李瑜 2005/10/31
欲把西湖比西子,浓妆淡抹总相宜—沈益红 2005/10/31
朱家尖游记—陈婉妙 2005/10/31
游东钱湖—纪爱娟 2005/10/28
山村小游—吴珍 2005/10/28
溪口游记—许丽巧 2005/10/28
自助旅游在厦门—顾协波 2005/10/25
雨中游龙潭—张海峰 2005/10/24
绍兴游记—王桂芬 2005/10/24
普陀一日游—吕良 2005/10/20
天童禅寺游记—余勇浩 2005/10/20
临海江南长城游—徐红宇 2005/10/20
百年孤独天一阁—曹欣华 2005/10/18
江南长城—阮永章 2005/10/17
游前童古村—张和勇 2005/10/17
积淀的慈城政务文化—叶朝阳 2005/10/13
雨中西湖别有情趣—江静态 2005/10/12
天童一游—忻珊珊 2005/10/10
三隐潭的瀑布—楼叶茂 2005/10/10
千丈岩的水—吕贇朝 2005/9/23
“六个一工程”活动成果展之旅游篇 2005/9/21
追寻李白梦游之路,向天姥山进军的历程 梁山海 2005/9/20
横店清明上河图游记—常艳敏 2005/9/19

小东游记—郑世敏 2005/9/19

西溪湿地游记—徐炯钢 2005/9/15
周末游古镇周庄记—叶凌海 2005/9/15
重上招宝山—徐晓峰 2005/9/15
绍兴漫记—唐颐 2005/9/9
初春游日湖一角—于惠 2005/9/9
九峰山游记—李昌耀 2005/9/8
风雨沧桑它山堰—王万群 2005/9/5
初游大榭—郑成杰 2005/9/2
大连印象—张科胜 2005/8/30
东海上的一颗明珠—董福全 2005/8/25
东极岛游记—范鲲 2005/8/22
东极岛的魅力—吴子富 2005/8/16

大榭扶贫一日游 -周敏杨 2005/6/3

同里游记-徐志杰 2005/5/9
启东游记-黄守东 2005/2/18
员工自费旅游统计表 (2005年11月7日最新统计)

返 回

 

 

首页 | 网站地图 | 信息反馈 | 友情链接 | 合作伙伴 | 联系我们
Copyright© 2003-2004 TZKG.com All Rights Reserved
版权所有 TZKG.COM

<% rsBrowse.Close() Set rsBrowse = Nothing %> /**/