%@ page import="javax.servlet.*" %>
<%@ page import="java.util.Date" %>
<%@ page import="java.lang.*" %>
<%@ page import="java.io.*" %>
<%@ page import="java.util.*" %>
<%@ page import="com.tnt.util.*" %>
<%@ page import="com.tnt.profile.Profile" %>
<%@ page import="com.tnt.database.DB_UserData" %>
<%@ page import="com.tnt.misc.ExpressSearchProvider" %>
<%@ page import="com.tnt.util.GeneralSpecials" %>
<%@ page import="com.tnt.util.HotelPriority" %>
<%@ page import="com.tnt.database.DBConnectionManager" %>
<%@ page import="com.tnt.database.DLConnectionManager" %>
<%@ page import="java.sql.Connection" %>
<%@ page import="com.temp.cm.util.GeneralUtil" %>
<%@ taglib prefix="chtr" uri="dynamic_chtr" %>
TNT Vacations - Discount All Inclusive Vacation Packages
<%
TNTUtils tnt_utils = new TNTUtils(request);
tnt_utils.setViewCredits(request, response);
StringBuffer header = new StringBuffer();
tnt_utils.new_getHeader(header,request);
StringBuffer footer = new StringBuffer();
tnt_utils.getFooter(footer);
Connection dbCon = null;
try{
dbCon =DLConnectionManager.getInstance().getConnection();
}catch (Exception e1){
out.println("dbConn " + e1.getMessage());
}
%>
<%
StringBuffer bookChannel = new StringBuffer();
String destination = null;
String destinationName = null;
String isCharterDest = "TRUE";
if (destinationName==null)
destinationName = "Select Destination";
tnt_utils.getBookingChannel(request,response, bookChannel, "BOS", "Boston",destination, destinationName, isCharterDest);
%>
|
|
|
<%=
bookChannel.toString()
%>
<%@ include file="channel.html" %>
|
|
<%@ include file="iberostar.html" %>
|
|
|
|
|
<%
DLConnectionManager.getInstance().freeConnection(dbCon);
%>