%@ page contentType = "text/html;charset=Big5" %>
<%@ page import = "java.sql.*" %>
<%@ include file = "tra_db.jsp"%>
<%
String trip_name = request.getParameter("x");
String y = request.getParameter("y");
int trip_days = Integer.parseInt(y);
try{
String m_sql = "select spots_name,spots_sn,trip_list_name from trip_list,spots WHERE spots.spots_click = 1 and spots.spots_sn = trip_list.trip_list_spots_sn and trip_list.trip_list_name ='"+trip_name+"'";
Statement m_stmt = con.createStatement();
ResultSet m_rs = m_stmt.executeQuery(m_sql);
%>
|
|
|
| |

上頁景點選擇完之後,景點將依系統先自動排序,也就是系統會先產出一範例排程,
倘若使用者不滿意該行程,可直接在行程軸做對調或是變更的動作。
有例外之排程,系統將跳出小幫手提醒使用者改行程有可能會不符合邏輯
上一頁 下一頁
|
| |
| |