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

最後決定出的行程,使用者可以選擇手冊風格
最後預覽自己這趟旅程的專屬手冊,並確認景點間資訊
個人化旅遊手冊在自身體驗過之後還可以感動經驗分享給其他人使用。
上一頁
|
| |
| |