<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*, java.util.*, java.util.LinkedHashMap" errorPage="" %> Addys Nokomis Villas - Florida Vacation Rentals <% LinkedHashMap errors = (LinkedHashMap)request.getAttribute("errors"); if (errors == null) errors = new LinkedHashMap(); String fullName = request.getParameter("Full_Name"); if (fullName == null) fullName = ""; String email = request.getParameter("Email_Address"); if (email == null) email = ""; String address = request.getParameter("Address"); if (address == null) address = ""; String city = request.getParameter("City"); if (city == null) city = ""; String state = request.getParameter("State"); if (state == null) state = ""; String zip = request.getParameter("Zip"); if (zip == null) zip = ""; String phone = request.getParameter("Phone"); if (phone == null) phone = ""; String party = request.getParameter("Number_In_Party"); if (party == null) party = ""; String arrival = request.getParameter("Arrival_Date"); if (arrival == null) arrival = ""; String depart = request.getParameter("DepartDate"); if (depart == null) depart = ""; String type = request.getParameter("Accomodation_Type"); if (type == null) type = ""; String payment = request.getParameter("Payment_Type"); if (payment == null) payment = ""; String remarks = request.getParameter("Remarks"); if (remarks == null) remarks = ""; String referal = request.getParameter("How_They_Heard"); if (referal == null) referal = ""; String member = request.getParameter("Member_Of_Group"); if (member == null) member = ""; %>

<%@include file="includes_header-alt.shtml" %>  

 

Reservations

<% if (errors != null && !errors.isEmpty()) { out.println(""); } %>
"); out.println(""); out.println(""); out.println("
"); out.println("Your information is incomplete or incorrect. Please correct the fields below and try again:"); out.println("
"); out.println("
    "); // List the entries for (Iterator it = errors.keySet().iterator(); it.hasNext(); ) { Object key = it.next(); String value = (String)errors.get(key); out.println("
  • " + value + "
  • "); } out.println("
"); out.println("

You can make your reservation online by using the form below or simply call us at 941-488-7990!

  
Full Name: 
 
Email:


Street Address: 

City:

State:
 
Zip/Postal Code:
Telephone:
 
# in Party:

Arrival Date/Day:
 
Departure Date/Day:

Preferred Villa Type

Payment Information
We will call you back to confirm your reservation and to obtain your payment information. Just indicate below the form of payment you would like to use.

We gladly accept VISA, MasterCard, Discover & American Express

> VISA > MasterCard

 
Remarks, Comments, Special Request
How did you hear about us?
Member of AAA, AARP, FL Resident > Yes > No

 

 

  <%@include file="includes_footer.shtml" %>