<%@LANGUAGE="VBSCRIPT"%> <% Response.Buffer = True Response.ExpiresAbsolute = Now() - 1 Response.Expires = 0 Response.CacheControl = "no-cache" %> <% Response.Buffer = True Response.ExpiresAbsolute = Now() - 1 Response.Expires = 0 Response.CacheControl = "no-cache" %> <% ' *** Cancel A Session Variable ' *** MagicBeat Server Behavior - 2008 - by Jag S. Sidhu - www.magicbeat.com If (Session("OrderID") <> "") Then Session("OrderID") = "" end if %> <% set rsLINES = Server.CreateObject("ADODB.Recordset") rsLINES.ActiveConnection = MM_connOLE_STRING rsLINES.Source = "SELECT L_LINE,L_ID FROM dbo.LINES WHERE L_RECOMMAND='推荐' ORDER BY L_ID DESC" rsLINES.CursorType = 0 rsLINES.CursorLocation = 2 rsLINES.LockType = 3 rsLINES.Open() rsLINES_numRows = 0 %> <% set rsHotel = Server.CreateObject("ADODB.Recordset") rsHotel.ActiveConnection = MM_connOLE_STRING rsHotel.Source = "SELECT H_CITY, H_NAME,H_ID FROM dbo.HOTEL WHERE H_RECOMMAND='推荐' ORDER BY H_ID DESC" rsHotel.CursorType = 0 rsHotel.CursorLocation = 2 rsHotel.LockType = 3 rsHotel.Open() rsHotel_numRows = 0 %> <% set rsPLANE = Server.CreateObject("ADODB.Recordset") rsPLANE.ActiveConnection = MM_connOLE_STRING rsPLANE.Source = "SELECT P_FROM, P_TO, P_DAN_TOUDENG, P_DAN_GONGWU, P_DAN_JINGJI, P_SHUANG_TOUDENG, P_SHUANG_GONGWU, P_SHUANG_JINGJI,P_ID,P_NAME FROM dbo.PLANE WHERE P_RECOMMAND='推荐' ORDER BY P_ID DESC" rsPLANE.CursorType = 0 rsPLANE.CursorLocation = 2 rsPLANE.LockType = 3 rsPLANE.Open() rsPLANE_numRows = 0 %> <% set rsDAOYOU = Server.CreateObject("ADODB.Recordset") rsDAOYOU.ActiveConnection = MM_connOLE_STRING rsDAOYOU.Source = "SELECT D_NAME, D_COMPANY,D_ID FROM dbo.DAOYOU WHERE D_RECOMMAND='推荐' ORDER BY D_ID DESC" rsDAOYOU.CursorType = 0 rsDAOYOU.CursorLocation = 2 rsDAOYOU.LockType = 3 rsDAOYOU.Open() rsDAOYOU_numRows = 0 %> <% set rsShow = Server.CreateObject("ADODB.Recordset") rsShow.ActiveConnection = MM_connOLE_STRING rsShow.Source = "SELECT S_CITY, S_NAME,S_ID FROM dbo.SHOW WHERE S_RECOMMAND='推荐'" rsShow.CursorType = 0 rsShow.CursorLocation = 2 rsShow.LockType = 3 rsShow.Open() rsShow_numRows = 0 %> <% set rsNews = Server.CreateObject("ADODB.Recordset") rsNews.ActiveConnection = MM_connOLE_STRING rsNews.Source = "SELECT N_ID, N_TITLE FROM dbo.NEWS ORDER BY N_ID DESC" rsNews.CursorType = 0 rsNews.CursorLocation = 2 rsNews.LockType = 3 rsNews.Open() rsNews_numRows = 0 %> <% set rsBussiness = Server.CreateObject("ADODB.Recordset") rsBussiness.ActiveConnection = MM_connOLE_STRING rsBussiness.Source = "SELECT B_ID, B_NAME FROM dbo.BUSSINESS ORDER BY B_ID DESC" rsBussiness.CursorType = 0 rsBussiness.CursorLocation = 2 rsBussiness.LockType = 3 rsBussiness.Open() rsBussiness_numRows = 0 %> <% Dim Repeat1__numRows Repeat1__numRows = 5 Dim Repeat1__index Repeat1__index = 0 rsLINES_numRows = rsLINES_numRows + Repeat1__numRows %> <% Dim Repeat3__numRows Repeat3__numRows = 5 Dim Repeat3__index Repeat3__index = 0 rsHotel_numRows = rsHotel_numRows + Repeat3__numRows %> <% Dim Repeat4__numRows Repeat4__numRows = 4 Dim Repeat4__index Repeat4__index = 0 rsPLANE_numRows = rsPLANE_numRows + Repeat4__numRows %> <% Dim Repeat5__numRows Repeat5__numRows = 3 Dim Repeat5__index Repeat5__index = 0 rsDAOYOU_numRows = rsDAOYOU_numRows + Repeat5__numRows %> <% Dim Repeat17__numRows Repeat17__numRows = 6 Dim Repeat17__index Repeat17__index = 0 rsBussiness_numRows = rsBussiness_numRows + Repeat17__numRows %> <% Dim Repeat16__numRows Repeat16__numRows = 5 Dim Repeat16__index Repeat16__index = 0 rsNews_numRows = rsNews_numRows + Repeat16__numRows %> <% Dim Repeat2__numRows Repeat2__numRows = 5 Dim Repeat2__index Repeat2__index = 0 rsShow_numRows = rsShow_numRows + Repeat2__numRows %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" MM_keepURL="":MM_keepForm="":MM_keepBoth="":MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each Item In Request.QueryString NextItem = "&" & Item & "=" If (InStr(1,MM_removeList,NextItem,1) = 0) Then MM_keepURL = MM_keepURL & NextItem & Server.URLencode(Request.QueryString(Item)) End If Next ' add the Form variables to the MM_keepForm string For Each Item In Request.Form NextItem = "&" & Item & "=" If (InStr(1,MM_removeList,NextItem,1) = 0) Then MM_keepForm = MM_keepForm & NextItem & Server.URLencode(Request.Form(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) if (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) if (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) ' 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 %> 搜新疆—旅游天地
首页 - 游戏 - 短信 - 消费 - 房产 - 汽车 - 旅游 - 博客 - 健康 - 娱乐 - IT - 社区
新疆旅游首页- 旅游资讯 - 新疆旅游 - 国内旅游 - 酒店预定 - 票务中心 - 风光摄影 - 线路推介 - 旅游论坛 - 旅行社
景点介绍 - 交通信息 - 住宿 - 美食一番 - 特色购物 - 民俗民风 - 民族风情
 
铁 路 信 息
乌鲁木齐公交信息
城市交通里程
 
 
旅游散记 经验交流
结伴出行 我来推荐
天气预报 旅游常识
 
联系我们
Tel :0991-2312989
Email:info@xj.sohu.com
 
乌鲁木齐公交信息  
翻页: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
 

公交编号

 起始站

终点站

   途经站名

907

 新农大

职业大学

新农大||农科院||煤矿医院||桥头||明园||西虹路||红山||西大桥||小西门||大西门||口腔医院||人民广场||体育馆||东环路||十五小学||市成教院||幸福路||百信幸福苑||职业大学

908

 大湾

红山市场西区

大湾||中环路||幸福屯||兵团党校||兵团三中||盲校||热力公司||体育馆||和平北路||人民广场||红旗路||电力局||区团委||西大桥||市政府||红山公园||县公安局||市建委||红山市场||招呼站||市场西区

909

 火车南站

集装箱公司

火车南站||长江路||冷库||碾子沟||文化宫||红山||西虹路||明园||友好路||八楼||医学院||大修厂||油运司||水泵厂||黑山头||机电市场||旧货市场||起重机厂||木材厂||汽配城||外运司||开发区口岸||石油新村||迎宾路||洗车场||仓库||家属院||邮局||北站||转运站||212站||二工区||岔路口||车辆段||家属区||铁二中||火车西站||铁西公园||新辉公司||西区||十二街||铁六中||招呼站||集装箱公司

911

 煤化厂

水泥厂

煤化厂||幸福路||百信幸福苑||市成教院||十五小学||东环路||热力公司||跃进街||后泉路||宁夏湾||团结路口||二道桥||新华南路||胜利路||三十中||塑料厂||珠江路口||面粉厂||变电站||十二中||水泥厂

912

 瓜果市场

二电厂

瓜果市场||北园春||桥头||博物馆||明园||西虹路||红山市场||中药厂||十月厂||长途汽车站||机电大厦||立交桥 ||区医院||团结路||二道桥||新华书店||延安公园||三招||民族医院||丝绸之路宾馆||家属院||八户梁||招呼站||训练基地||工九团||铁路桥||二电厂||生活区

913

 医学院

商运司

医学院||毛厂||有色车队||天山砖厂||地磅||牛羊肉市场||天津路||肿瘤医院||小西沟||加油站||汽车市场||小桥||水库||木材厂||汽配城||外运司||北豪站||商运司||家属区

914
六道湾
23医院
六道湾||灭火处||劳动街||干休所||小区||南大湖村||市建委||华凌市场||鑫峰大厦||中药厂||十月厂||碾子沟||冷库||大江市场||水产公司||办事处||铁西二村||绿化基地||铁西三村||仓库||车队||23医院

915

 三屯碑

火车南站

三屯碑||动物园||胜利路||塑料厂||面粉厂||和平桥||黄河路||长江路||火车南站

916

 新农大

毛纺厂

新农大||丁字路口||金阳小区||北园春||桥头||头宫||中心血站||科技馆||医学院||叉路口||客运站||毛纺厂


翻页: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8



Copyright © 2006 Soxj.com Inc. All rights reserved. 版权所有
<% rsLINES.Close() %> <% rsHotel.Close() %> <% rsPLANE.Close() %> <% rsDAOYOU.Close() %> <% rsShow.Close() %> <% rsNews.Close() %> <% rsBussiness.Close() %>