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

铁 路 信 息

 
   
乌鲁木齐始发各站换乘时刻表
终点站
车次
发车时间
到达时间
上海
T54/51
10:07
第3日13:03
北京西
T70
11:44
第3日11:40
郑州
1046
12:12
第3日19:28
郑州
T198
14:45
第3日8:59
兰州
T296
18:18
次日18:59
重庆
1084/1081
18:45
第3日13:27
重庆
1084/1081
18:45
第3日13:13
济南
T190
20:25
第3日21:27
汉口
T194/191
20:50
第3日21:19
敦煌
K890
23:58
次日13:16
成都
1014/1011
23:58
第4日5:56
西安
1044
15:38
第3日12:57
库尔勒
K882/883
21:54
次日8:18
奎屯
5803
9:06
当日12:37
喀什
K886/887
12:38
次日11:57
喀什
K886/K887
13:22
次日13:16
喀什
5806/5807
15:59
次日16:07
阿拉山口
5801
22:26
次日8:55
阿拉山口
K895
23:58
次日8:00
乌西
8895
8:47
当日9:17
乌西
8891
19:18
当日19:48

乌鲁木齐始发各站换乘时刻表
始发站
车次
发车时间
到达时间
上海
T52/53
18:20
第3日21:04
北京西
T69
20:20
第3日19:59
郑州
T197
17:00
第3日10:30
兰州
T295
9:30
次日9:46
重庆
1082/1083
18:50
第4日8:16
济南
T189
14:41
第3日15:58
汉口
T192/193
9:30
第3日8:53
敦煌
K889
20:46
次日9:09
成都
1012/1013
10:22
第3日13:38
西安
1043
20:10
第3日16:16(奎屯)
库尔勒
K884/881
22:20
次日8:35
奎屯
5804
18:45
当日21:57
喀什
8874/8871
9:16
次日14:53
喀什
K888/K885
14:42
次日14:52
喀什
K888/885
14:56
次日14:08
喀什
5808/5805
18:35
次日19:40
阿拉山口
5802
22:30
次日8:26
阿拉山口
K896
23:50
当日7:08
乌西
8892
19:15
当日19:43



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