Sending form problem

I have developt my new web page using jsp. I have done a booking form, please se below here. There are two pages, bookings.jsp and booking_sent.jsp. The page has 6 different languages so i have also used the <fmt:message key=" " /> tag system for each language.
The problem i have is when i send the form it opens a page where you only see all the tags, no text at all. For more information follow this link and try out the form; http://www.neptunediving.com/neptune/general/bookings.jsp/ I have tried everything but i cannot solve this problem. So i wonder if there is anybody out there who can help me with this?
BOOKINGS.JSP
<%@page import="com.neptunediving.*"%>
<%@include file="../WEB-INF/include/LangSupport.jsp"%>
<%@page contentType="text/html; charset=ISO-8859-1" language="java"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><fmt:message key="bookings.title1" /></title>
<META NAME="description" Content="<fmt:message key="bookings.description1" />
<fmt:message key="bookings.description2" />
<fmt:message key="bookings.description3" />">
<meta name="keywords" CONTENT="<fmt:message key="bookings.keywords1" />
<fmt:message key="bookings.keywords2" />
<fmt:message key="bookings.keywords3" />">
<meta name="robots" CONTENT="index, follow">
<link rel="shortcut icon" href="favicon.ico" >
<meta name="Copyright" CONTENT="Cebu Neptune Diving Adventure, Inc. Copyright (c) 1996-2007">
<meta name="Author" CONTENT="Jesper Nykvist">
<META NAME="revisit-after" CONTENT="45 days">
<META NAME="classification" CONTENT="diving">
<META NAME="classification" CONTENT="scuba">
<META NAME="classification" CONTENT="accommodation">
<META NAME="classification" CONTENT="travel">
<META NAME="classification" CONTENT="restaurants">
<META NAME="distribution" CONTENT="global">
<meta name="FreeFind" content="neverFollowScript">
<meta name="FreeFind" content="noFollowQueries">
<link href="../stylesheet/neptunediving.css" rel="stylesheet" type="text/css" />
</head>
<body>
<a name="Return"></a>
<div class="pageHead">
<div align="center"><%@include
     file="../WEB-INF/include/header.jsp"%></div>
</div>
<table class="nav" cellspacing="0">
     <tbody>
          <%@include file="../WEB-INF/include/bookings.jsp"%>
          <table width="100%" height="362" cellspacing="0" class="listTable">
               <tbody>
                    <tr class="subhead">
                         <td width="54%" height="31"><%@include
                              file="../WEB-INF/include/freefind.jsp"%></td>
                         <td width="46%">
                         <h1><span class="date"> <%@include
                              file="../WEB-INF/include/showtime.jsp"%> </span></h1>
                         </td>
                    </tr>
                    <tr>
                         <td height="169" colspan="2">
                         <h2 align="center" class="listTable"><fmt:message key="general.bookings.header1" /></h2>
                         <h2 align="center" class="listTable"><fmt:message key="general.bookings.header2" /></h2>
                         <hr />
                         <p align="center"><fmt:message key="general.bookings.header3" />
                         <fmt:message key="general.bookings.header4" />
                         <fmt:message key="general.bookings.header5" /></p>
                         <p align="center"><fmt:message key="general.bookings.header6" />
                         <fmt:message key="general.bookings.header7" />
                         <fmt:message key="general.bookings.header8" /></p>
                         <hr />
                         </td>
                    </tr>
                    <tr>
                                   <td height="20" colspan="2">
                                   <form id="bookings" name="bookings" method="post"
                                   action="booking_sent.jsp">
                                   <h2 class="newsBody"><fmt:message key="general.bookings.header9" /></h2>
                                   <table width="100%" border="1" cellpadding="4">
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text1" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="from" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text2" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="email" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text3" /></p>
                                   </td>
                                   <td width="30%"><select name="region">
                                        <option><fmt:message key="general.bookings.text4" /></option>
                                        <option><fmt:message key="general.bookings.text5" /></option>
                                        <option><fmt:message key="general.bookings.text6" /></option>
                                        <option><fmt:message key="general.bookings.text7" /></option>
                                        <option><fmt:message key="general.bookings.text8" /></option>
                                        <option><fmt:message key="general.bookings.text9" /></option>
                                        <option><fmt:message key="general.bookings.text10" /></option>
                                        <option><fmt:message key="general.bookings.text11" /></option>
                                        <option><fmt:message key="general.bookings.text12" /></option>
                                        <option><fmt:message key="general.bookings.text13" /></option>
                                        <option><fmt:message key="general.bookings.text14" /></option>
                                   </select>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text15" /></p>
                                   </td>
                                   <td width="30%"><select name="language">
                                        <option><fmt:message key="general.bookings.text16" /></option>
                                        <option><fmt:message key="general.bookings.text17" /></option>
                                        <option><fmt:message key="general.bookings.text18" /></option>
                                        <option><fmt:message key="general.bookings.text19" /></option>
                                        <option><fmt:message key="general.bookings.text20" /></option>
                                        <option><fmt:message key="general.bookings.text21" /></option>
                                        <option><fmt:message key="general.bookings.text22" /></option>
                                        <option><fmt:message key="general.bookings.text23" /></option>
                                        <option><fmt:message key="general.bookings.text24" /></option>
                                        <option><fmt:message key="general.bookings.text25" /></option>
                                        <option><fmt:message key="general.bookings.text26" /></option>
                                   </select>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text27" />
                                   <fmt:message key="general.bookings.text28" />
                                   <fmt:message key="general.bookings.text29" /></p>
                                   </td>
                                   <td width="30%">
                                   <p class="listTable"><fmt:message key="general.bookings.text30" /><input type="radio"
                                        name="mailing" value="Yes" />
                                        <class="listTable"><fmt:message key="general.bookings.text31" /><input type="radio"
                                        name="mailing" value="No" checked="checked" /></p>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text32" /></p>
                                   </td>
                                   <td width="30%"><select name="find us">
                                        <option><fmt:message key="general.bookings.text33" /></option>
                                        <option><fmt:message key="general.bookings.text34" /></option>
                                        <option><fmt:message key="general.bookings.text35" /></option>
                                        <option><fmt:message key="general.bookings.text36" /></option>
                                        <option><fmt:message key="general.bookings.text37" /></option>
                                        <option><fmt:message key="general.bookings.text38" /></option>
                                        <option><fmt:message key="general.bookings.text39" /></option>
                                        <option><fmt:message key="general.bookings.text40" /></option>
                                        <option><fmt:message key="general.bookings.text41" /></option>
                                        <option><fmt:message key="general.bookings.text42" /></option>
                                   </select>
                                   </td>
                              </tr>
                              <tr>
                                   </table>
                                   <h2 class="newsBody"><fmt:message key="general.bookings.text43" /></h2>
                                   <table width="100%" border="1" cellpadding="4">
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text44" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="flight no, from"
                                        size="30" maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text45" /></p>
                                   </td>
                                   <td width="30%"><input type="text"
                                        name="arrival time, place" size="30" maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text46" />
                                   <fmt:message key="general.bookings.text47" /></p>
                                   </td>
                                   <td width="30%">
                                   <p class="listTable"><fmt:message key="general.bookings.text48" /><input type="radio"
                                        name="transport" value="Pick-up" />
                                        <class ="listtable="listTable""><fmt:message key="general.bookings.text49" /><input type="radio"
                                        name="transport" value="Bus" checked="checked" /></p>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text50" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="stay from" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text51" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="stay to" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text52" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="guests (adults)" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text53" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="guests (children)" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text54" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="rooms (fan)" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text55" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="rooms (air-con)" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                         </table>
                         <h2 class="newsBody"><fmt:message key="general.bookings.text56" /></h2>
                         <table width="100%" border="1" cellpadding="4">
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text57" /></p>
                                   </td>
                                   <td width="30%">
                                   <p class="listTable"><fmt:message key="general.bookings.text58" /><input type="radio"
                                        name="certified diver" value="Yes" />
                                        <class="listTable"><fmt:message key="general.bookings.text59" /><input type="radio"
                                        name="certified diver" value="No" checked="checked" /></p>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text60" />
                                   <fmt:message key="general.bookings.text61" /></p>
                                   </td>
                                   <td width="30%">
                                   <p class="listTable"><fmt:message key="general.bookings.text62" /><input type="radio"
                                        name="introductory course" value="Yes" />
                                        <class ="listTable""><fmt:message key="general.bookings.text63" /><input type="radio"
                                        name="introductory course" value="No" checked="checked" /></p>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text64" /></p>
                                   </td>
                                   <td width="30%"><select name="where to dive">
                                        <option><fmt:message key="general.bookings.text65" /></option>
                                        <option><fmt:message key="general.bookings.text66" /></option>
                                        <option><fmt:message key="general.bookings.text67" /></option>
                                   </select></td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text68" /></p>
                                   </td>
                                   <td width="30%"><select name="dive course(s)">
                                        <option><fmt:message key="general.bookings.text69" /></option>
                                        <option><fmt:message key="general.bookings.text70" /></option>
                                        <option><fmt:message key="general.bookings.text71" /></option>
                                        <option><fmt:message key="general.bookings.text72" /></option>
                                        <option><fmt:message key="general.bookings.text73" /></option>
                                        <option><fmt:message key="general.bookings.text74" /></option>
                                        <option><fmt:message key="general.bookings.text75" /></option>
                                        <option><fmt:message key="general.bookings.text76" /></option>
                                        <option><fmt:message key="general.bookings.text77" /></option>
                                        <option><fmt:message key="general.bookings.text78" /></option>
                                        <option><fmt:message key="general.bookings.text79" /></option>
                                        <option><fmt:message key="general.bookings.text80" /></option>
                                   </select>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text81" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="other dive course"
                                        size="30" maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text82" /></p>
                                   </td>
                                   <td width="30%"><select name="divepackage / safari">
                                        <option><fmt:message key="general.bookings.text83" /></option>
                                        <option><fmt:message key="general.bookings.text84" /></option>
                                        <option><fmt:message key="general.bookings.text85" /></option>
                                        <option><fmt:message key="general.bookings.text86" /></option>
                                        <option><fmt:message key="general.bookings.text87" /></option>
                                        <option><fmt:message key="general.bookings.text88" /></option>
                                        <option><fmt:message key="general.bookings.text89" /></option>
                                        <option><fmt:message key="general.bookings.text90" /></option>
                                        <option><fmt:message key="general.bookings.text91" /></option>
                                        <option><fmt:message key="general.bookings.text92" /></option>
                                        <option><fmt:message key="general.bookings.text93" /></option>
                                   </select>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text94" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="dive package or safari from" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.bookings.text95" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="dive package or safari to" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                              </table>
                         <br />
                         <h2 class="newsBody"><fmt:message key="general.bookings.text96" /></h2>
                         <fmt:message key="general.bookings.text97" />
                         <fmt:message key="general.bookings.text98" />
                         <fmt:message key="general.bookings.text99" /></p>
                         <div align="left"> <textarea name="comments" cols="55" rows="10"></textarea>
                         <div>
                         <br />
                         <input name="Submit" type="submit" value="<fmt:message key="general.bookings.button1" />" />
                         <input type="reset" name="Clear form and start again..!"
                         value="<fmt:message key="general.bookings.button2" />" /></p>
                         </form>
                         </td>
                    </tr>
                    <tr>
                         <td height="29" colspan="2"><a href="#Return"><img
                              src='<%=URLHelper.getURL("images/arrow.gif")%>'
                              alt="Return to top" width="21" height="21" border="0" /></a>
                              <fmt:message key="general.bookings.link1" />
                         </td>
                    </tr>
                    <tr>
                         <td height="105" colspan="2">
                         <hr />
                         <div class="pageFoot">
                         <div align="center"><font size="-1"><b><font
                              size="3" face="Verdana, Arial, Helvetica, sans-serif"> <%@include
                              file="../WEB-INF/include/footer.jsp"%>
                         </div>
                         </td>
                    </tr>
               </tbody>
          </table>
          <p><br style="clear: both;" />
          </p>
     </tbody>
</table>
</body>
</html>
BOOKING_SENT.JSP
<%@page import="com.neptunediving.*"%>
<%@include file="../WEB-INF/include/LangSupport.jsp"%>
<%@page contentType="text/html; charset=ISO-8859-1" language="java"%>
<%
     String message;
     message = "Booking";
     message += "\r\nFrom: " + request.getParameter("from");
     message += "\r\nEmail: " + request.getParameter("email");
     message += "\r\nRegion: " + request.getParameter("region");
     message += "\r\nlanguage: " + request.getParameter("language");
     message += "\r\nMailing: " + request.getParameter("mailing");
     message += "\r\nFind us: " + request.getParameter("find us");
     message += "\r\nFlight: " + request.getParameter("flight no, from");
     message += "\r\nArrival: " + request.getParameter("arrival time, place");
     message += "\r\nPickup: " + request.getParameter("transport");
     message += "\r\nStay from: " + request.getParameter("stay from");
     message += "\r\nStay to: " + request.getParameter("stay to");
     message += "\r\nAdult: " + request.getParameter("guests (adults)");
     message += "\r\nChildren: " + request.getParameter("guests (children)");
     message += "\r\nFan: " + request.getParameter("rooms (fan)");
     message += "\r\nAir-con: " + request.getParameter("rooms (air-con)");
     message += "\r\nCertification: " + request.getParameter("certified diver");
     message += "\r\nIntroductory dive: " + request.getParameter("introductory course");
     message += "\r\nWhere to dive: " + request.getParameter("where to dive");
     message += "\r\nDive courses: " + request.getParameter("dive course(s)");
     message += "\r\nOther dive course: " + request.getParameter("other dive course");
     message += "\r\nDive package or safari: " + request.getParameter("divepackage / safari");
     message += "\r\nDive package or safari from: " + request.getParameter("dive package or safari from");
     message += "\r\nDive package or safari to: " + request.getParameter("dive package or safari to");
     message += "\r\nComments: " + request.getParameter("comments");
     Mailer mailer = new Mailer();
     mailer.sendMail(request.getParameter("from") + "<" + request.getParameter("email") + ">",
               "booking_sent",
               message);
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><fmt:message key="booking_sent.title1" /></title>
<META NAME="description" Content="<fmt:message key="booking_sent.description1" />
<fmt:message key="booking_sent.description2" />
<fmt:message key="booking_sent.description3" />">
<meta name="keywords" CONTENT="<fmt:message key="booking_sent.keywords1" />
<fmt:message key="booking_sent.keywords2" />
<fmt:message key="booking_sent.keywords3" />">
<meta name="robots" CONTENT="index, follow">
<link rel="shortcut icon" href="favicon.ico" >
<meta name="Copyright" CONTENT="Cebu Neptune Diving Adventure, Inc. Copyright (c) 1996-2007">
<meta name="Author" CONTENT="Jesper Nykvist">
<META NAME="revisit-after" CONTENT="45 days">
<META NAME="classification" CONTENT="diving">
<META NAME="classification" CONTENT="scuba">
<META NAME="classification" CONTENT="accommodation">
<META NAME="classification" CONTENT="travel">
<META NAME="classification" CONTENT="restaurants">
<META NAME="distribution" CONTENT="global">
<meta name="FreeFind" content="neverFollowScript">
<meta name="FreeFind" content="noFollowQueries">
<link href="../stylesheet/neptunediving.css" rel="stylesheet" type="text/css" />
</head>
<body>
<a name="Return"></a>
<div class="pageHead">
<div align="center"><%@include
     file="../WEB-INF/include/header.jsp"%></div>
</div>
<table class="nav" cellspacing="0">
     <tbody>
          <%@include file="../WEB-INF/include/bookings.jsp"%>
          <table width="100%" height="362" cellspacing="0" class="listTable">
               <tbody>
                    <tr class="subhead">
                         <td width="54%" height="31"><%@include
                              file="../WEB-INF/include/freefind.jsp"%></td>
                         <td width="46%">
                         <h1><span class="date"> <%@include
                              file="../WEB-INF/include/showtime.jsp"%> </span></h1>
                         </td>
                    </tr>
                    <tr>
                         <td height="169" colspan="2">
                         <h2 align="center" class="listTable"><fmt:message key="general.booking_sent.header1" /></h2>
                         <h2 align="center" class="listTable"><fmt:message key="general.booking_sent.header2" /></h2>
                         <hr />
                         <p align="center"><fmt:message key="general.booking_sent.header3" />
                         <fmt:message key="general.booking_sent.header4" />
                         <fmt:message key="general.booking_sent.header5" /></p>
                         <p align="center"><fmt:message key="general.booking_sent.header6" />
                         <fmt:message key="general.booking_sent.header7" />
                         <fmt:message key="general.booking_sent.header8" /></p>
                         <hr />
                         </td>
                    </tr>
                    <tr>
                                   <td height="20" colspan="2">
                                   <form id="bookings" name="bookings" method="post"
                                   action="booking_sent.jsp">
                                   <h2 class="newsBody"><fmt:message key="general.booking_sent.header9" /></h2>
                                   <table width="100%" border="1" cellpadding="4">
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text1" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="from" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text2" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="email" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text3" /></p>
                                   </td>
                                   <td width="30%"><select name="region">
                                        <option><fmt:message key="general.booking_sent.text4" /></option>
                                        <option><fmt:message key="general.booking_sent.text5" /></option>
                                        <option><fmt:message key="general.booking_sent.text6" /></option>
                                        <option><fmt:message key="general.booking_sent.text7" /></option>
                                        <option><fmt:message key="general.booking_sent.text8" /></option>
                                        <option><fmt:message key="general.booking_sent.text9" /></option>
                                        <option><fmt:message key="general.booking_sent.text10" /></option>
                                        <option><fmt:message key="general.booking_sent.text11" /></option>
                                        <option><fmt:message key="general.booking_sent.text12" /></option>
                                        <option><fmt:message key="general.booking_sent.text13" /></option>
                                        <option><fmt:message key="general.booking_sent.text14" /></option>
                                   </select>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text15" /></p>
                                   </td>
                                   <td width="30%"><select name="language">
                                        <option><fmt:message key="general.booking_sent.text16" /></option>
                                        <option><fmt:message key="general.booking_sent.text17" /></option>
                                        <option><fmt:message key="general.booking_sent.text18" /></option>
                                        <option><fmt:message key="general.booking_sent.text19" /></option>
                                        <option><fmt:message key="general.booking_sent.text20" /></option>
                                        <option><fmt:message key="general.booking_sent.text21" /></option>
                                        <option><fmt:message key="general.booking_sent.text22" /></option>
                                        <option><fmt:message key="general.booking_sent.text23" /></option>
                                        <option><fmt:message key="general.booking_sent.text24" /></option>
                                        <option><fmt:message key="general.booking_sent.text25" /></option>
                                        <option><fmt:message key="general.booking_sent.text26" /></option>
                                   </select>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text27" />
                                   <fmt:message key="general.booking_sent.text28" />
                                   <fmt:message key="general.booking_sent.text29" /></p>
                                   </td>
                                   <td width="30%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text30" /><input type="radio"
                                        name="mailing" value="Yes" />
                                        <class="listTable"><fmt:message key="general.booking_sent.text31" /><input type="radio"
                                        name="mailing" value="No" checked="checked" /></p>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text32" /></p>
                                   </td>
                                   <td width="30%"><select name="find us">
                                        <option><fmt:message key="general.booking_sent.text33" /></option>
                                        <option><fmt:message key="general.booking_sent.text34" /></option>
                                        <option><fmt:message key="general.booking_sent.text35" /></option>
                                        <option><fmt:message key="general.booking_sent.text36" /></option>
                                        <option><fmt:message key="general.booking_sent.text37" /></option>
                                        <option><fmt:message key="general.booking_sent.text38" /></option>
                                        <option><fmt:message key="general.booking_sent.text39" /></option>
                                        <option><fmt:message key="general.booking_sent.text40" /></option>
                                        <option><fmt:message key="general.booking_sent.text41" /></option>
                                        <option><fmt:message key="general.booking_sent.text42" /></option>
                                   </select>
                                   </td>
                              </tr>
                              <tr>
                                   </table>
                                   <br />
                                   <h2 class="newsBody"><fmt:message key="general.booking_sent.text43" /></h2>
                                   <table width="100%" border="1" cellpadding="4">
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text44" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="flight no, from"
                                        size="30" maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text45" /></p>
                                   </td>
                                   <td width="30%"><input type="text"
                                        name="arrival time, place" size="30" maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text46" />
                                   <fmt:message key="general.booking_sent.text47" /></p>
                                   </td>
                                   <td width="30%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text48" /><input type="radio"
                                        name="transport" value="Pick-up" />
                                        <class ="listtable="listTable""><fmt:message key="general.booking_sent.text49" /><input type="radio"
                                        name="transport" value="Bus" checked="checked" /></p>
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text50" /></p>
                                   </td>
                                   <td width="30%"><input type="text" name="stay from" size="30"
                                        maxlength="25" />
                                   </td>
                              </tr>
                              <tr>
                                   <td width="70%">
                                   <p class="listTable"><fmt:message key="general.booking_sent.text51" /></p>
           

Double post
http://forum.java.sun.com/thread.jspa?threadID=5193952&tstart=0

Similar Messages

  • Send form like pdf

    Hi,
    I have form and I need to send form in PDF format to specific mail ...
    in the start user must select check box :
         when user select 1 check box option subject mail is Name 1 + address2 ....
         when user select 2 check box option subject mail is Name 2 + address2....
    My problems (sorry I'm beginner), is button for send form in the PDF format ...
    I create one button for each subform like (click event) :
    --------------- subform1 -----------------
    var oDoc = event.target;
    oDoc.mailDoc(
    bUI: true,
    cTo: "[email protected]",
      cSubject: form1.page1.subform1.Name1.rawValue + " " + form1.page1.subform1.address1.rawValue
    ------------------ subform2 -----------
    var oDoc = event.target;
    oDoc.mailDoc(
    bUI: true,
    cTo: "[email protected]",
      cSubject: form1.page1.subform2.Name2.rawValue + " " + form1.page1.subform2.address2.rawValue
    But that work only for option 1.
    When select on then check box option 2 and press button - don't work.
    Can i set one button for all form (and where put it) , where mail subject will be value from actual subform , and format form="pdf" ?
    Thanks ...

    I have solution :
    in each subform create a Button (Object -> Field -> Control type -> Regular)  with click event :
    var vSubject;
    var vCC="";
    var vBody="";
    var vEmail="[email protected]";
    // Create subject from subform field :
    vSubject = first_name.rawValue + " " + last_name.rawValue + " - born : " + born_date.rawValue ;
    event.target.submitForm({cURL:"mailto: "+ vEmail +"?subject=" + vSubject +"&body=" + vBody + vCC,cSubmitAs:"PDF",cCharset:"utf-8"});

  • Send Form to Email with Spry & PHP

    Hi there,
    i dont understand this page
    Submit
    forms with XHR
    What is in this page: SubmitChecker.php?
    How do I send the Form Information to an Email?
    Is there a tutorial from start to finish. All this tutorials
    or sample stop at the most important part. How to send.
    Thanks for help
    Denis

    Thanks for your little advice. I got it. And the send code
    should be placed in the php file called by the form ;-)
    TestPage
    Thanks a lot !!!
    Denis
    Which download? Can you please post a link to the download
    I know how to send forms with PHP. But now i want to try it
    without load a new page. The problem is, that i dont understand how
    to merge all the things. Spry, Form and PHP.
    I guess i have to put the sendscript inside here:
    // Callback function that will update the response_form1 div
    with the response that comes from the server
    function updateResponseDiv(req)
    Spry.Utils.setInnerHTML('response_form1',
    req.xhRequest.responseText);
    Or is this only the place for the message that the form has
    been submitted?
    Do i have to send the form inside the SubmitChecker.php
    It's a pity that all the samples stop at the important part.
    And that they are all in english.
    It will be greatful if you have a simple sample with
    Submitting a Form with Spry and PHP. Just to see how it works and
    where to place the code.
    cheers
    denis

  • Send form is different email to address than specified in submit button

    I'm using Adobe Acrobat 9 PRO (CS5) and have a problem where the "wrong" mailto: address is displayed to the responder after a PDF form has been completed by the responder... it appears in the final "Send Form" pop up which details the email address the PDF is being submitted to (as well as 2 x fields for the responder to add their "From" info into: 1."email address" and 2."Full Name")
    THE PROBLEM IS THIS: The "Send Form"email address shown at the top is not the same as the email address specified in the PDF Forms submit button (I've used "[email protected]" option) and though the submit button DOES send it to the correct specified email address it is showing my standard email address in the "Send Form" pop up box, which I don't want as I am sending a survey form so I would like my "[email protected]" email address to appear here and not my usual/main email address (I need it to display the same info as I've set my submit button to).
    What can I do to change the info that seems to automatically appear here...? (Also to change the reply "Subject Header" while I'm at it?)
    Any help is greatly appreciated!

    Hi George,
    Many thanks for your reply; it was really helpful - now my "Send Form" reply pop-up window shows the same email address as the email address I specified in my forms submit button: excellent! (it has caused a new problem now though, with my email server now barring the replies from reaching me for some reason, but I'll have to sort that out with our IP!)
    - SPECIFYING A PDF FORM'S REPLY EMAIL "SUBJECT HEADER":
    I am manually distributing a "saved" form and will collate the data from my email inbox at a later date; did you have a solution to change the "Subject Header" in the reply email if use this manual send process?

  • R/3 to XI manually IDOC sending and problem:

    <u><b>R/3 to XI manually IDOC sending and problem:</b></u>
    I sent IDOC using we19 transaction from R/3 system. After sending it asks me userid and password for XI system. I give necessary UID and PASS. R/3 system says me sucessfully sent.
    I check XI (sxmb_moni) but there is nomessage there.
    <b>Problem 1:</b> I don't want R/3 ask me UID and password for XI access
    <b>Problem 2:</b> I want to see message in XI (sxmb_moni)
    Thanks

    Hi Cemil,
    >>>>After sending it asks me userid and password for XI system. I give necessary UID and PASS. R/3 system says me sucessfully sent.
    check the RFC destination from R3 to XI (SM59)
    you will find the right one from your port (We21)
    you can also check step by step procedures
    for IDOC - XI in my book:
    <a href="/people/michal.krawczyk2/blog/2006/10/11/xi-new-book-mastering-idoc-business-scenarios-with-sap-xi"><b>Mastering IDoc Business Scenarios with SAP XI</b></a>
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Smart Form problem with address layout

    Hello everyone,
    I need your help please for a smart form problem. We need the address layout for great britain with street1, street2 etc. but currently street2 is alligned before street1.
    We are using the FM ADDRESS_INTO_PRINTFORM (SAP standard address node) and according to the documenation the layout for GB is different as we see it currently.
    We have checked the sold-to and all contact persons, they have as country GB and language EN maintained.
    In customizing for address screen layout there is nothing chosen (tested to set up Europe, but did not change anything).
    For the customizing 'specify my countries...' we have maintained GB as country with the address layout key 006, vehicle country key GB and language key EN.
    For the described setting shouldn't there be designed the address in our smart forms according to 006? Anyhting in customizing we missed?
    Thanks a lot for your answers.
    Torsten

    Hi,
    Try to use line priority of FM, below is a brief of documentation. You can read it more in FM documentation:
    Control Parameters
    See also the parameter documentation.
    ADDRESS_TYPE - Address type (from 3.0C)
    There are three types of address:
    Address type '1': addresses of firms or organizations; the address
    structure which is used in most SAP applications as 'Address'.
    Address type '2': address of a person
    Address type '3': work address, usually the address of a contact person
    in a company
    The default value SPACE for the address type is handled like type '1',
    and is needed for the upwards-compatibility of the function module.
    Which parameters are used for which address type is explained in the
    ADDRESS_TYPE parameter documentation.
    The three character "address layout key" of the recipient country (LAND1) controls which of the available country-specific routines is used to format addresses for the country in question. This key is stored in field T005-ADDRS and is entered in Customizing under Global settings -> Set countries -> Define countries, on the detail screen under "Address layout key".
    Keys for customer routines in the SAP enhancement SZAD0001 can be
    maintained via the transaction SM30 (extended table maintenance),table
    name T005A, in the customer name range, and be assigned in country customizing.
    The address attributes are passed in the structures ADDRESS1 (type 1), ADDRESS2 (type 2), ADDRESS3 (type 3) or ADRSWA_IN (type SPACE).
    NUMBER_OF_LINES (ADRSWA_IN-ANZZL)
    The number of lines available for the address layout. If the number of
    lines is not sufficient for the complete layout of an address, then
    lines are consecutively suppressed according to the rules of the country in question. Use the parameter LINE_PRIORITY (ADRSWA_IN-PRIOR) overrules the standard sequence in which the output lines are to be suppressed.
    LINE_PRIORITY (ADRSWA_IN-PRIOR)
    If not equal to SPACE, this field overwrites the standard sequence in
    which the lines are suppressed if the available number of lines ANZZL is
    insufficient.
    The standard sequence is defined as follows:
    Type 1:   'AP43HRT7I86LC2BS5O'       (GB:  'APRT4327I86CBS5LO')
    Type 2:   'APHRT7I86LCBS5O'          (GB:  'PRT7I86CBS5LO')
    Type 3:   'APF43HR7I86TLC2BSND5O'    (GB:  'APRT4327I86CBS5LNDIO')
    where (if they occupy a line of their own):
    A = Title
    P = Mandatory empty line 1
    F = Function of the contact person in the company
    4 = Name 4
    3 = Name 3
    H = Different city
    R = Region
    T = District
    L = Name of country
    C = Postal code
    T = District
    7 = Street 3 (field STR_SUPPL2)
    I = Street 5 (field LOCATION)
    8 = Street 4 (field STR_SUPPL3)
    6 = Street 2 (field STR_SUPPL1)
    L = Country
    C = Postal code
    2 = Name 2
    B = PO Box
    S = Street or PO Box
    5 = c/o name
    N = Name (and title) of a person
    D = Department
    O = City
    Which of these attributes are available for maintenance can vary. All
    fields exist in Business Address Services.
    STREET_HAS_PRIORITY (ADRSWA_IN-WAREN)
    'X': Street has priority over PO Box (delivery address for example)
    ' ': PO Box has priority over street. This is the default value.
    regards,

  • Are you sure you want to send form again

    Are you sure you want to send form again- How can I get ride of this message?

    HI Gregg,
    From your Safari menu bar click Safari / Preferences then select the Security tab.
    At the bottom of that window, deselect: Ask before sending a non-secure form from a secure website.
    Relaunch Safari.
    If that doesn't do the job, open the Terminal app (Applications / Utilities)
    Copy and paste the following command.
    defaults write com.apple.Safari DebugConfirmTossingUnsubmittedFormText NO
    To undo this… same command but type Yes.
    Carolyn

  • Newbie for the life of me can't figure out where in contact.php you tell it where to send form?

    Thx for any help.
    I know it's got to be so obbvious.
    Why would you send in php vs html?
    <?php
    if(!$_POST) exit;
    $email = $_POST['email'];
    //$error[] = preg_match('/\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b/i', $_POST['email']) ? '' : 'INVALID EMAIL ADDRESS';
    if(!eregi("^[a-z0-9]+([_\\.-][a-z0-9]+)*" ."@"."([a-z0-9]+([\.-][a-z0-9]+)*)+"."\\.[a-z]{2,}"."$",$email )){
    $error.="Invalid email address entered";
    $errors=1;
    if($errors==1) echo $error;
    else{
    $values = array ('name','email','message');
    $required = array('name','email','message');
    $your_email = "[email protected]";
    $email_subject = "New Message: ".$_POST['subject'];
    $email_content = "new message:\n";
    foreach($values as $key => $value){
       if(in_array($value,$required)){
      if ($key != 'subject' && $key != 'company') {
        if( empty($_POST[$value]) ) { echo 'PLEASE FILL IN REQUIRED FIELDS'; exit; }
      $email_content .= $value.': '.$_POST[$value]."\n";
    if(@mail($your_email,$email_subject,$email_content)) {
      echo 'Message sent!';
    } else {
      echo 'ERROR!';
    ?>

    Thanks. I'm working with different hosts and I guess thats where the confusion for me is coming in. In bluehost, I simply submit my form through form action to http://www.bluehost/bluemail. With the php form construction it 's form action is contact.php. Does this mean that the server I'm working with will uinderstand how to process contact.php and where to send it based on paramaters previously submitted? Or do I instruct the server via the php form? Thanks again
    Date: Wed, 8 Feb 2012 13:50:11 -0700
    From: [email protected]
    To: [email protected]
    Subject: Newbie for the life of me can't figure out where in contact.php you tell it where to send form?
        Re: Newbie for the life of me can't figure out where in contact.php you tell it where to send form?
        created by mhollis55 in Dreamweaver - View the full discussion
    The reason why this is done in php is because php is server-side scripting. It's telling your server to do stuff. HTML doesn't tell your server anything, it tells the client (the web browser loading it) to do things. Only your server can send an email.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4194407#4194407
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4194407#4194407. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Muse CC 2014 contact web forms problems

    Hi I recently created a website using muse cc 2014 and I uploaded it to the hosting server a free one at freehosting.com I set up everything I know of and when I uploaded the site using muse it gave a error message saying something about PHP mail??? I setup the mail account for my admin user and entered that in the muse contact form. If I test the contact form I do not get the messages and I even added a email to have it forwarded to my yahoo account. If I go in my email account and enter the hosting email account I however do see the message on the server's webmail page and it gets forwarded to the email I set to be the forward email. I checked everything and I'm really confused as what needs to be done. I also submitted a ticket asking customer service they have yet to respond. To note I'm using a free hosting company as it's just a personal website that I don't need all the fancy stuff just the basic needed components to make it work. my website does show up and the pages work EXCEPT the contact form which is needed and important. I ran the script and this is the results
    PHP Version - OK
    mail configured incorrectly
    SQL configuration problem
    The last two  items I really don't understand what is the problem
    Im using Cpanel and here is some basic info on the  host server. Please help me. Thanks
    Hosting package
    Free Website
    Server Name
    customers
    cPanel Version
    11.44.0 (build 16)
    Theme
    x3
    Apache version
    2.4.9
    PHP version
    5.4.26
    MySQL version
    5.5.37-cll
    Architecture
    x86_64
    Operating system
    linux
    Shared IP Address
    Path to sendmail
    /usr/sbin/sendmail
    Path to Perl
    /usr/bin/perl
    Perl version
    5.10.1
    Kernel version
    3.14.3
    cPanel Pro
    1.0 (RC1) 

    What would be the fix or proper setup for the "SQL configuration problem?" I too am having form problems on a third party host, and after checking the PHP diagnostics, the "php version" reads ok, the "mail configuration" is ok, but the SQL configuration is not.
    I guess I just need to know what I need to communicate to the hosting administrator about the SQL so they will configure it properly.
    Thanks

  • Is this (mail sending form) code right ?

    I'm not a developer , my boss gave me this php code for sending form data to his mail ..
    is this code right cuz it doesn't seem to work fine ?
    <? php
    $to = "[email protected]";                                                                                                                     
    $cc = "[email protected]";                                                                                                                     
    $bcc = "";                                                                                                                     
    $subject = "Tailor Request Form";                                                                                                                     
    $msg = "                                                                                                      
    <table border=\"1\" width=\"600\">
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Titel</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$title."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Name</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$name."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Country</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$country."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Phone</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$phone."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>E-mail</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$Email."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Tour Package</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$TravelType."</td>
    </tr>
    </table>";                                
    $from = "From: ".$_POST['Email'];                                                    
    $html = "Content-Type: text/html";                                                    
    $headers = $html."\r\n".$from."\r\n".$cc."\r\n".$bcc."\r\n";                                                    
    //$headers .= "cc: [email protected]\r\n";                                                    
    mail($to, $subject, $msg, $headers);?>

    <?php
    $to = "[email protected]";                                                                                                                      
    $cc = "[email protected]";                                                                                                                      
    $bcc = "";                                                                                                                      
    $subject = "Tailor Request Form";                                                                                                                      
    $msg = "                                                                                                               
    <table border=\"1\" width=\"600\">
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Titel</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$title."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Name</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$name."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Name</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$last_name."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Country</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$country."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Phone</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$phone."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Fax</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$fax."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>E-mail</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$Email."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Tour Package</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$TravelType."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Transportation</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$DTransportation."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Number Of Persons</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$NumberofPersons."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Number Of Children</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$NumberofChildren."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Single Room</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$SingleRoomNo."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Double Room</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$DoubleRoomNo."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Twin Room</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$TwinRoomNo."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Triple Room</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$TripleRoomNo."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><b><font face=\"Verdana\" color=\"#000000\" size=\"2\">1<sup>st</sup> City of Interest</font></b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$CitiesToVisit1."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><b><font face=\"Verdana\" color=\"#000000\" size=\"2\">2<sup>nd</sup> City of Interest</font></b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$CitiesToVisit2."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><b><font face=\"Verdana\" color=\"#000000\" size=\"2\">4<sup>th</sup> City of Interest</font></b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$CitiesToVisit4."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><b><font face=\"Verdana\" color=\"#000000\" size=\"2\">5<sup>th</sup> City of Interest</font></b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$CitiesToVisit5."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Between Aswan and Luxor</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$TransportationFromAswanToLuxor."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Preferable Arrival Dates</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$ArrivalDay." - ".$ArrivalMonth." - ".$ArrivalYear."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Preferable Departure Dates</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=lift><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$DepartureDay." - ".$DepartureMonth." - ".$DepartureYear."</td>
    </tr>
    <tr>
    <td width=230 valign=\"middle\" align=\"right\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=right><font face=\"Verdana\" color=\"#000000\" size=\"2\"><b>Special Interests</b></td>
    <td width=370 valign=\"middle\" align=\"left\"><p style=\"MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px\"
    align=justify><font face=\"Verdana\" color=\"#000000\" size=\"2\">".$SpecialInterests."</td>
    </tr>
    </table>";                                
    $from = "From: ".$_POST['Email'];                                                    
    $html = "Content-Type: text/html";                                                    
    $headers = $html."\r\n".$from."\r\n".$cc."\r\n".$bcc."\r\n";                                                     
    //$headers .= "cc: [email protected]\r\n";                                                    
    mail($to, $subject, $msg, $headers);                                   
       ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Delta Tours Egypt</title>
    <style type="text/css">
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper">
      <div id="header"></div>
      <div id="menu">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="about_egypt/about_egypt.html" class="MenuBarItemSubmenu">About Egypt</a>
            <ul>
              <li><a href="about_egypt/people.html">People</a></li>
              <li><a href="about_egypt/climate_clothes.html">Climate &amp; Clothes</a></li>
              <li><a href="about_egypt/transportation.html">Transportation</a></li>
            </ul>
          </li>
          <li><a href="cities_info/cities_info_main.html" class="MenuBarItemSubmenu">Cities Info</a>
            <ul>
              <li><a href="#">Cairo</a></li>
              <li><a href="#">Luxor</a></li>
              <li><a href="cities_info/aswan.html">Aswan</a></li>
              <li><a href="cities_info/red_sea.html">Red Sea</a></li>
              <li><a href="cities_info/sinai.html">Sinai</a></li>
              <li><a href="#">Oasis</a></li>
            </ul>
          </li>
          <li><a href="#">Hot Deals</a>      </li>
          <li><a href="#">Tailor Mode</a></li>
          <li><a href="about_us/about_us.html">About Us</a></li>
          <li><a href="contact_us.html">Contact Us</a></li>
        </ul>
      </div>
      <div id="mainMenu">  <ul>
    <li><a href="index.html">Home</a></li>
    <li><a href="tours/tours_main/classical_tours.html">Tours</a></li>
    <li><a href="hotels/hotels_home.html">Hotels</a></li>
    <li><a href="#">Cruises</a></li>
    </ul></div>
      <div id="content">
       <div id="conTop"></div>
       <div id="conBg">
          <div id="spotlight">
           <p><strong><em>Your information has been submitted <br />
            one of our operators will contact you within<br />
    24 hours for further details </em></strong></p>
    <h5 class="signature"><em><strong>Delta Tours Team </strong></em></h5>
                  <br class="clear" />
         </div>
         </div><div id="conBot"></div>
    </div>
         <div id="footer">
      <div id="footerTop"></div>
      <div id="footerMid">
        <p>Home | Tours | Hotels | Cruises | About Egypt | Cities Info | Monuments & History | Hot Deals | Tailor Made | About Us | Contact Us | links</p>
        </div>
      <div id="footerBot"></div>
      </div>
    <div id="copyRight">deltatoursegypt.com © 2012 .All rights reserved.</div></div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

  • Send Form Data to PC via USB cabile

    Respected SIr/Madam
    I want to send Form Data or RMS Data to PC via USB data cabile .
    Is it Possible ?
    if it is possible then please give me some idea how to make it
    thanks in advanse
    Souvik

    Yes ..
    First ensure that driver for the Data cable is installed.
    Get the comm port number .
    In windows
    control panel->Phone & Modem options ->Modems..
    The Comm port no for the data cable is present in Attached To column.
    In Linux ..
    you can get it by checking the Device options
    Next
    U need to establish a connection between PC & Handset using the comm port.
    Note that The comm port obtained here is the reference commport in the PC..
    U can get the comm port number in Handset using the J2ME application itself..
    String port;
    String ports = System.getProperty("microedition.commports");
    int comma = ports.indexOf(',');
    if (comma > 0) {
    // Parse the first port from the available ports list.
    port = ports.substring(0, comma);
    } else {
    // Only one serial port available.
    port =ports;
    /*Below is a code example showing how you can use serial I/O API to open a connection and read/write
    to it. */
    //using commconnection since midp2.0
    CommConnection commConn =
    (CommConnection)Connector.open("comm:COM0;baudrate=115200", Connector.READ_WRITE,
    true);
    InputStream iStream = commConn.openInputStream();
    OutputStream oStream = commConn.openOutputStream();
    String sMessage = "send";
    oStream.write(sMessage.getBytes());
    Thread tRead = new Thread() {
    public void run() {
    while (true) {
    StringBuffer sb = new StringBuffer();
    while(true) {
    int c = iStream.read();
    if(c != '\r') {
    sb.append((char)c);
    else
    break;
    try {
    sleep(1000);
    catch (InterruptedException e) {}
    tRead.start();For some handsets that do not support CommConnection, you can use StreamConnection in place of
    CommConnection with the same result:
    StreamConnection commConn =
    (StreamConnection)Connector.open("comm:COM0";baudrate=115200"); The above code is for J2me application running on Handset ...
    In PC you can refer it using the comm port identified from the Control Panel.

  • Send form data from Coldfusion to ASP

    I need to send form data from CF to ASP.
    I submit a CF page and validate it on my end with another CF
    page, which then needs to post the results to an asp page on
    another site. The post has to be sent via SSL and I don't need to
    and cannot receive any status message back from the remote ASP
    site. Any suggestions would be greatly appreciated. I was thinking
    some type of cfhttp, but I am not very familiar with its usage.
    Thanks!

    It doesn't matter what type of page you are sending to as
    long as it can handle the data that is sent. Either a form or
    cfhttp will work.

  • Turn off "Send form again" while browing backwards in safari

    When I am in safari and select the browse to previous page tab, sometimes a "Send form again" pop-up appears. In particular, this is most annoying when it appears while I am in sites related to university and online courses, which of course slows down my studying and assigments in action. How can I turn this off? (i wouldn't have chosen "Go Back" if I hadn't meant it!)

    You get this message when you go back from a secure site to a non-secure site.
    Isn't there a checkbox down the bottom of the message giving you the option of 'Do not show this message again' or words to that effect?

  • Contact Us "send form" not working

    I have a contact us form that I can't make work. I need to have it email my email address with the customers name, phone#, email, and rental info. I have tried to use the hidden fields but I must have done something to the code. This is what I have:
                        <input name="recipient" value="[email protected]" type="hidden">
                        <input name="subject" value="Rental Info Form" type="hidden">
                        <input name="redirect" value="http://www.bounceri.com/thank-you.html" type="hidden">
                        <input name="sort" value="order:name,email,phone,rental info" type="hidden">
                        <input value="Send Form" name="submit" type="submit">
    Any help would be much appreciated. I really need to get this page to work. The website is www.bounceri.com if that helps.
    Thank you,
    Candice

    I used the same form that is on another website I update but didn't design.
    I just changed the properties so the information I wanted was different. How
    do I change the form processor so the script is on my site? This part of
    design is new to me. My hosting is at godaddy if that helps at all.
    Thank you so much fro your reply. Please advise.
    Candice S. Medeiros
    Client Services Manager
    Slocum, Gordon & Co. LLP
    Investment Management & Counsel
    39 Mill Street
    Newport, RI 02840
    401-849-4900 - Phone
    401-849-4947 Fax
    [email protected]

  • Data sending form

    Hi,
    I posted recently and no one responded, I had a question about form sending data to email. Anyway since no one could help me with my code I was wondering if someone had some working code which sends form data to an email address. It doesn't matter what your back end is.
    Thanks for reading.

    Hi,
    I've got a couple clarifying questions.
    1. Which version of teaming are you on?
    2. You want to send one of your custom fields from a custom entry out in the notification, correct? Or you just want a link back to the entry?
    Thanks,
    Bill Ramsey
    Novell

Maybe you are looking for

  • In repeating events , in the calendar app of Iphone or Ipad,

    In repeating events , in the calendar app of Iphone or Ipad, How can I stipulate for egsample: "every second tuesday of the month " or even every last monday of every second month.. These selections work in the Google Calendar. but I cannot find the

  • Java stack and ABAP stack in upgrading SP

    Hi, pls pardon if it appears silly question. I dont have much knowledge in Basis I am on XI3.0 with SP 09 and upgrading SP to SP20 from SAP service market place. How can I identify which is java stack and which is ABAP stack in evrery SP because Java

  • Jsp is faster that servlets

    hi why people will prefer jsp instead of servlets.. and also what are all the prons and cons of servlsts and jsp.. while using tomcat ... can any body specify with good examples and good reasons iam very thank full to them.. .... i hope iam clear in

  • GWDVA restarting after migration

    Last weekend I migrated my 7.0.3 HP2 system from Netware 5.1 to OES 6.5 SP8 on Netware. I used the migration tool to move all the data over and did fresh installs of all of the GW agents. Everything seems to be OK except for 2 things. The first seems

  • Inetd in Solaris 10

    I have found that when inetd starts apps in Solaris 10 it sets the effective userId to that of the name in the inetadm entry, but dos not change the real user ID, which stays as root. This is a change from earlier releases of SOlaris, where inetd set