File: D:/web/itpartnership/feedback-email.asp
<!--#include file="inc-email.asp"-->
<HTML>
<HEAD>
<TITLE>IT Partnership - web site design and bespoke software development in Warwickshire, helping businesses all over the UK.</TITLE>
<meta name="description" content="Web Site Designers, Internet Services & Bespoke Software in Leamington Spa, UK. Providing services in Warwickshire, Coventry, Birmingham & all over the UK.">
<meta name="keywords" content="web site, designers, design, uk, promotion, hosting, services, web Programming, internet services, bespoke software, ecommerce, Leamington Spa, Warwickshire, Coventry, Birmingham,IT Partnership, ASP, active server pages, networking ">
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.100" name=GENERATOR>
<link rel="stylesheet" href="itp.css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<!--#include file="inc-head.asp"-->
</HEAD>
<BODY text=#004080 vLink=#004080 aLink=#FF6600 link=#004080
leftMargin=0 topMargin=0 marginheight="0" marginwidth="0" bgColor=#FFFFFF background="images/bkd.gif">
<table width="696" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr valign="top">
<td height="%">
<table width="668" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
<tr>
<td width="117"><!-- #BeginLibraryItem "/Library/itp-web-site-designers.lbi" --><a href="index.asp"><img src="images/itp-logo-small3.gif" width="150" height="70" border="0"></a><!-- #EndLibraryItem --></td>
<td width="551" align="right" class="write"><font color="#FF6600"><br>
<br>
</font><font color="#FF6600">IT Partnership.com</font><br>
Web Site design & Bespoke software <font color="#004080">
for UK businesses</font></td>
</tr>
</table>
<table width="701" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#FFFFFF">
<td> <!-- #BeginLibraryItem "/Library/menu.lbi" --><table width="701" height="24" border="0" cellpadding="0" cellspacing="1">
<tr>
<td width="50" align="center" bgcolor="#6A9BC4" class="top"><a href="index.asp" class="top"><font color="#FFFFFF">Home</font></a></td>
<td width="105" align="center" bgcolor="#004080" class="top"><a href="web-site-design.htm" class="top"><font color="#FFFFFF">Web
Site Design</font></a></td>
<td width="120" align="center" bgcolor="#004080"><a href="bespoke-software.htm" class="top"><font color="#FFFFFF">Bespoke
Software</font></a></td>
<td width="99" align="center" bgcolor="#004080"><a href="specialise.htm" class="top"><font color="#FFFFFF">Specialising
In </font></a></td>
<td width="91" align="center" bgcolor="#004080"><a href="testimonials.htm" class="top"><font color="#FFFFFF">Testimonials</font></a></td>
<td width="62" align="center" bgcolor="#004080"><a href="contact.asp" class="top"><font color="#FFFFFF">Contact</font></a></td>
<td background="images/blue-grd2.jpg" width="156"> </td>
</tr>
</table>
<!-- #EndLibraryItem --></td>
</tr>
</table>
<table width="701" border="0" cellspacing="0" cellpadding="0" height="24">
<tr valign="top">
<td width="8" bgcolor="#D9ECFF" rowspan="2"> <br>
<img src="images/shim.gif" width="8" height="8"> </td>
<td rowspan="2" width="155">
<p class="menu"><img src="images/shim.gif" width="154" height="1"><b><br>
</b></p>
</td>
<td colspan="2" width="561" rowspan="2" class="menu">
<table width="538" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td colspan="4" height="59"> <img src="images/support.jpg" alt="Directions"><br>
<img src="images/line.gif" width="510" height="1"></td>
</tr>
<tr>
<td rowspan="2" width="9"><img src="images/shim.gif" width="9" height="1"></td>
<td width="75" rowspan="2" class="menu" valign="top" align="center">
</td>
<td width="389" rowspan="2" valign="top" class="write"> <p><span class="write"><b><br>
Customer Satisfaction Feedback</b></span><font color="#00837B"><br>
<br>
</font><strong>Thank you very much for taking the time to
fill in our feedback form.</strong></p>
<p>If you were disssatisfied in anyway, we will get back to
you shortly to discuss how we can improve our service to you.<br>
<%
' (SS,27/11/03) Added check for Telephone to stop blank emails being sent
' also changed "Title" to "JobTitle" and corrected "01FirstName" to "FirstName"
' SOCK!!! DO NOT FORGET TO ADD #include file="inc-email.asp" at the top !!! else you will get line 49 error '
If Trim(Request.Form("Email")) <> "" 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 "","<b>Customer Satisfaction Feedback:</b><br><br>"
AddToEmail "How satisfied are you with the overall quality, look, feel, and functionality of your website / application?", Request.Form("Q1")
AddToEmail "The process for getting your website / application designed and created was:", Request.Form("Q2")
AddToEmail "Reasons for not being totally satified:", Request.Form("satisfy")
AddToEmail "The overall cost of the website / application, was:", Request.Form("Q3")
AddToEmail "Would you recommend IT Partnership to others?", Request.Form("Q4")
AddToEmail "Why did you choose IT Partnership?", Request.Form("Q5")
AddToEmail "Other reason for choosing IT Partnership:", Request.Form("choose")
AddToEmail "How did you find out about IT Partnership?", Request.Form("Q6")
AddToEmail "Found IT Partnership another way:", Request.Form("find")
AddToEmail "Comments:", Request.Form("comments")
AddToEmail "Customer Name:", Request.Form("customername")
AddToEmail "Company:", Request.Form("company")
AddToEmail "Email Address", Request.Form("email")
' Subject, To, BCC1, BBC2 FROM '
' (SS,8/7/14) replaced jeets@ with contactforms@
SendEmail "IT Partnership Customer Satisfaction feedback", "neil@itpartnership.com", "contactforms@itpartnership.com", "", "feedback@itpartnership.com"
Else
Response.Write("<br><br><strong>No enquiry sent. Email address missing. Please go back and correct.</strong><br>")
End If
%>
</p>
</td>
<td width="65" rowspan="2" align="center" valign="bottom"> <br></td>
</tr>
<tr> </tr>
</table>
</td>
</tr>
<tr valign="top"> </tr>
</table>
</td>
</tr>
<tr valign="bottom">
<td height="15"> <!-- #BeginLibraryItem "/Library/bt-menu.lbi" -->
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="8"><img src="Library/images/shim.gif" width="8" height="1"></td>
<td width="162"> <a href="mailto:helpme@itpartnership.com" class="small">helpme@itpartnership.com</a><br>
</td>
<td align="center"> <a href="index.asp" class="menulinks">home</a>
<a href="web-site-design.htm" class="menulinks">web
site design</a> <a href="bespoke-software.htm" class="menulinks">bespoke
software</a> <span class="menulinks"> <a href="specialise.htm" class="menulinks">specialising
in</a></span> <a href="testimonials.htm" class="menulinks">testimonials</a> <a href="contact.htm" class="menulinks">contact</a></td>
</tr>
</table>
<!-- #EndLibraryItem --><table width="701" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="172">
<p> </p>
<p> </p></td>
<td width="529" align="center"><font color="#004080" class="small"><font color="#BACADC">Web
Site Designers, </font></font><font color="#004080" class="small"><font color="#BACADC">Bespoke
Software & Tailor Made Software in Le</font><font color="#BACADC">amington
Spa, UK. <br>
Writing Custom Programs in Warwickshire, Coventry, Birmingham </font><font color="#BACADC">&
all over the UK</font></font></td>
</tr>
</table>
</td>
</tr>
</table>
<div id="Layer1" style="position:absolute; width:165px; height:114px; z-index:1; left: 11px; top: 85px">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><p><strong><br>
</strong><span class="menu"><strong><a href="index.asp">Home</a></strong></span></p></td>
</tr>
<tr>
<td width="5%" rowspan="2"> </td>
<td colspan="2"><span class="menu"><a href="support.htm"><font color="#FF6633">Support</font></a><a href="company-info.htm"><br>
Company
Information<br>
</a><span class="menu"><a href="find-us.htm">How to find us</a></span><a href="company-info.htm">
</a></span></td>
</tr>
<tr>
<td width="7%"> </td>
<td width="91%"><span class="menu"><span class="menu"><span class="menu"><a href="#" onClick="MM_openBrWindow('street-map.htm','streetmap','width=578,height=440')">Street
map</a> </span></span></span><br> <span class="menu"><span class="menu"><span class="menu"><a href="#" onClick="MM_openBrWindow('area-map.htm','areamap','width=568,height=546')">Area
map </a></span><a href="company-info.htm"></a></span></span><br> <span class="menu"><span class="menu"><span class="menu"><a href="directions.htm">Written
directions </a></span></span></span> </td>
</tr>
<tr>
<td> </td>
<td colspan="2"><span class="menu"><a href="links.htm">Useful Links</a><br>
<a href="downloads.asp" target="_blank">Downloads</a>
<br>
<a href="search.htm">Search</a><br>
<a href="site-map.htm">Site Map</a></span></td>
</tr>
</table>
</div>
<div id="Layer2" style="position:absolute; left:7px; top:358px; width:166px; height:93px; z-index:2">
<script language="JavaScript" src="random-image.js"></script>
<p> </p>
<p> </p>
<p><br>
</p>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4455167-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body></HTML>