File: D:/web archive/conferencesearch (old) (to delete)/HBOS/enquiry-email.asp
<!--#include file="inc-main.asp"-->
<!--#include file="inc-email.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Conference Search Ltd</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="hbos-styles.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td width="100%" height="24" background="images/top-margin.jpg"> </td></tr>
<tr><td height="0%" align="center" valign="top" background="images/main-bkd.gif">
<!--#include file="inc-header.htm"-->
<table width="770" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td width="179" height="26" valign="top">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td height="1"><img src="images/space.gif" width="1" height="1"></td></tr>
<tr><td class="margin-lt">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td class="menu"><a href="index.asp"><b>Home</b></a></td></tr>
<tr><td class="menu"><a href="venue-finding.asp"><b>Free Venue Finding</b><br>for Conferences, meetings & Special Events</a></td></tr>
<tr><td class="menu"><a href="delegate-registration.asp"><b>Delegate Registration</b><br>& Conference Administration</a></td></tr>
<tr><td class="menu"><a href="special-offers.asp"><b>Special Offers</b></a></td></tr>
<tr><td class="menu"><a href="feedback.asp"><b>HBOS Feedback Form</b></a></td></tr>
<tr><td class="menu2"><a href="enquiry.asp"><b>Send Enquiry</b></a></td></tr>
<tr><td class="menu"><a href="contacts.asp"><b>Contacts</b></a></td></tr>
</table>
</td></tr>
</table>
</td>
<td valign="top" bgcolor="#FFFFFF">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td height="25">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td width="8" class="title-bar"><img src="images/title-bar_lt.jpg"></td>
<td class="title-bar">Booking Enquiry Form</td>
<td width="8" class="title-bar"><img src="images/title-bar_rt.jpg" width="8" height="25"></td></tr>
</table>
</td></tr>
<tr><td height="0%" valign="top">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="1">
<tr><td width="0%" valign="top" bgcolor="#F2F2EE"><img src="images/contact.jpg" width="417" height="158"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF" class="heading">Thank you for your enquiry</td>
</tr>
<tr>
<td class="main-txt"> <div align="center"><strong><br>
<br>
We will get back to you shortly with details of Venues</strong>.<br>
</div></td>
</tr>
</table>
<%
' (SS,27/11/03) Added check for Telephone to stop blank emails being sent
' also changed "Title" to "JobTitle" and corrected "01FirstName" to "FirstName"
If Trim(Request.Form("Telephone")) <> "" Then
SetTableStyle _
"td {" &_
"font-family: Verdana, Arial, Helvetica, sans-serif;" &_
"font-size: 10px;" &_
"border-top-width: 1px;" &_
"border-right-width: 1px;" &_
"border-bottom-width: 1px;" &_
"border-left-width: 1px;" &_
"border-bottom-style: solid;" &_
"border-top-color: #CCCCCC;" &_
"border-right-color: #CCCCCC;" &_
"border-bottom-color: #CCCCCC;" &_
"border-left-color: #CCCCCC;" &_
"vertical-align: top;" &_
"}"
OpenEmail "HTML", 35
AddToEmail "Date of Event", Request.Form("Date")
AddToEmail "Approximate timings each day", Request.Form("EventTimes")
AddToEmail "Numbers Attending", Request.Form("Attending")
AddToEmail "Style of Seating", Request.Form("Seating")
AddToEmail "Equipment", Request.Form("Equipment")
AddToEmail "Set up Period", Request.Form("SetUpPeriod")
AddToEmail "Lunch", Request.Form("Lunch")
AddToEmail "Dinner", Request.Form("Dinner")
AddToEmail "Tea and Coffee", Request.Form("Tea")
AddToEmail "No. of Syndicate Rooms", Request.Form("SyndRoomsNo")
AddToEmail "No. in each Syndicate Room", Request.Form("SyndRoomsEach")
AddToEmail "Style of Seating in Syndicate Rooms", Request.Form("SyndRoomsSeating")
AddToEmail "Exihibiton Space required", Request.Form("Exhspace")
AddToEmail "Accommodation", Request.Form("Accommodation")
AddToEmail "Location", Request.Form("Location")
AddToEmail "Venue type", Request.Form("chkCountryHouse")
AddToEmail "", Request.Form("chkCityCentre")
AddToEmail "", Request.Form("chkGrounds")
AddToEmail "", Request.Form("chkMotorway")
AddToEmail "", Request.Form("chkUnusual")
AddToEmail "", Request.Form("chkcentre")
AddToEmail "", Request.Form("chkAcademicVenue")
AddToEmail "Other type of Venue", Request.Form("VenueOther")
AddToEmail "Facilities", Request.Form("Facilities")
AddToEmail "Budget", Request.Form("Budget")
AddToEmail "Special Requirement", Request.Form("SpecialRequirement")
AddToEmail "Background", Request.Form("Background")
AddToEmail "Name", Request.Form("Name")
AddToEmail "Company", Request.Form("Company")
AddToEmail "Address", Request.Form("Address")
AddToEmail "Telephone", Request.Form("Telephone")
AddToEmail "Email", Request.Form("Email")
' Subject, To, BCC1, BCC2, FROM '
SendEmailNow "HBOS Enquiry Booking Form", "sales@conferencesearch.co.uk", "jeets@itpartnership.com", "jeets@itpartnership.com", "webform@conferencesearch.co.uk"
Else
Response.Write("<br><br><strong>No enquiry sent. Telephone number missing. Please go back and correct.</strong><br>")
End If
%>
</td>
<td width="171" align="center" valign="top" background="images/margin-rt-bkd.gif" bgcolor="#FFFFFF"><!--#include file="inc-specials.asp"--></td>
</tr>
</table>
</td></tr>
</table>
</td></tr>
</table>
</td></tr>
<tr><td class="btm">
<table width="770" border="0" cellspacing="0" cellpadding="2">
<tr>
<td class="footer">Conference Search Ltd, 92 Church Lane, Marple, Cheshire, SK6 7AR</td>
<td class="email"><a href="mailto:sales@conferencesearch.co.uk">sales@conferencesearch.co.uk</a></td>
</tr>
</table>
</td></tr>
</table>
</body>
</html>