<% ' --------------------------- 创建连接数据库 --------------------------- '注:以 Access 数据库为连接对象,连接对象名为:Conn。 Set ProduConn = Server.CreateObject("ADODB.Connection") cnnStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & Server.MapPath("Database/Produ.mdb") ProduConn.Open cnnStr Set Conngao = Server.CreateObject("ADODB.Connection") cnnStrgao = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & Server.MapPath("Database/Other.mdb") Conngao.Open cnnStrgao Set ConnNews = Server.CreateObject("ADODB.Connection") cnnStrNews = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & Server.MapPath("Database/News.mdb") ConnNews.Open cnnStrNews Set Conn = Server.CreateObject("ADODB.Connection") cnnStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & Server.MapPath("Database/Book.mdb") Conn.Open cnnStr ' --------------------------- 创建记录集 --------------------------- '注:记录集名 "Rs" 应与表名相加。并以 3, 2 方式打开。 Set ContentRs = Server.CreateObject("ADODB.RecordSet") ContentSQL = "Select * From Content" ContentRs.Open ContentSQL, Conngao, 3, 2 Set ProduRs = Server.CreateObject("ADODB.RecordSet") ProduSQL = "Select * From Produ Order By ID DESC" ProduRs.Open ProduSQL, ProduConn, 3, 2 Set HomeNewsRs = Server.CreateObject("ADODB.RecordSet") HomeNewsSQL = "Select top 8 * From HomeNews Order by ID Desc" HomeNewsRs.Open HomeNewsSQL, ConnNews, 3, 2 Set Produtype = Server.CreateObject("ADODB.RecordSet") Produtype1 = "Select * From Produtype Order By ID DESC" Produtype.Open Produtype1, ProduConn, 3, 2 set Bookrs = Server.CreateObject("ADODB.Recordset") Booksql = "select * from Book" Bookrs.open Booksql,conn,3,2 Dim j j = Produtype.RecordCount Dim Produ_type(30),imaetype(30) For i = 0 to Produtype.RecordCount - 1 Produ_type(i) = Produtype("produtype") imaetype(i)=Produtype("produimage") Produtype.Movenext Next %> 长春净月潭
  净月潭始建于1934年,雄厚的旅游资源和优越的生态环境已闻名国内外。1988年被国务院批准为国家重点风景名胜区。1989年被林业部批准为国家森林公园。2000年被评为国家AAAA级旅游景区,景区已通过ISO9002国家质量管理体系认证和ISO14001环境管理体系国际认证。 长春净月潭国家森林公园位于吉林省长春市东南部 .......
您规在的位置是 : 首 页 → 公园介绍 → 净月潭雪上乐园
净 月 潭 公 园 简 介

  净月潭始建于 1934 年,雄厚的旅游资源和优越的生态环境已闻名国内外。 1988 年被国务院批准为国家重点风景名胜区。 1989 年被林业部批准为国家森林公园。 2000 年被评为国家 AAAA 级旅游景区,景区已通过 ISO9002 国家质量管理体系认证和 ISO14001 环境管理体系国际认证。
   长春净月潭国家森林公园位于吉林省长春市东南部,距市中心 18 公里,公园面积 96.38 平方公里,群山环绕、绿浪排天、碧波荡漾、柏翠花红。公园数种之多,面积之大,距城市之近,亚洲实属罕见,被国内外游客称之为“绿色明珠”。
   长春净月潭国家森林公园冬季冰雪特色游,中国长春净月潭冰雪旅游节,让您尽览千里冰封万里雪飘的北国风光,尽享冰雪世界的无穷乐趣。


          Snow Paradise in Jingyuetan Forest Garden

  The Snow Paradise, located in Changchun Jingyuetan National Forest Garden which is the sacred place for snow tourism, will show its majestic face to visitors in 2002. In the center of the front part of Snow Paradise stands a alrge picture which shows sturdy steeds are galloping. The ice sculpture group given the theme of Song of Changchun shows the achievements of development obtained by Changchun in tens of years. Entering the Spring Gate, the visitors will face Century Stage. In Snow Paradise, the ice carved forest, ice carved octopus slide track, tropical rain forest, remote antiquity express the subject of rerturn to nature and return to original purity and simplicity; the cartoon world enjoys tourists much for its wonderful skating rink; in the world ice-snow area stands a group of world masterpieces concentrating the ideological level and cultural contents and the ice sail in advertisement area is a special scene. Besides, the folk custom area, drinking and food area and adventure park also bring visitors joys. The Snow Paradise has a complete of function and large holding capacity.

2002@copy 长春净月潭旅游发展股份有限公司版权所有
邮箱:jingyuetan@jingyuetan.com
<% If Request("radiobutton")<>"" then strsql2 = "update Book set Hits =hits+1 Where proname ='"&Request("radiobutton")&"'" conn.execute(strsql2) response.write"" End if %>