Jump to content

ahhh my php/java code keeps sending the emails through without the answeres


jspeed

Recommended Posts

<?php 

/* Subject and Email Variables */

$emailSubject = 'Customer Satisfaction Survey';
$webMaster = 'service@cpr-savers.com';

/* Gathering data Variables */

$productField = $_POST['product'];
$companyoverallField = $_POST['companyoverall'];
$repurchaseField = $_POST['repurchase'];
$recommendField = $_POST['recommend'];
$experienceField = $_POST['experience'];
$improvementsField = $_POST['improvements'];
$commentsField = $_POST['comments'];

$body = <<<EOD
<br><hr><br>
How satisfied were you with the products that you ordered: $product <br>
How satisfied were you with our company overall: $companyoverall <br>
How likely are you to purchase from our company again: $repurchase <br>
How likely are you to recommend our company to others: $recommend <br>
Briefly describe why your experience with our company was good bad.: $experience <br>
In your opinion what could we have done to make your experience better: $improvements <br>
Additional Comments: $comments <br>
EOD;

$headers = "From: $email\r\n";
$headers .= "Content-type: text/html\r\n";
$success = mail($webMaster, $emailSubject, $body, $headers);


/* Results Rendered as HTML */

$theResults = <<<EOD
<html><!-- #BeginTemplate "/Templates/catalog.dwt" --><!-- DW6 -->
<head>
<!-- #BeginEditable "doctitle" --> 
<title>Customer Satisfaction Survey</title>
<style type="text/css">
<!--
.style5 {font-size: 14px}
-->
</style>
<!-- #EndEditable --> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="CPR Savers and First Aid Supply is your wholesale distributor of high quality First Aid and CPR products.  We sell direct to the public at the lowest possible prices.  We have a great variety of first aid products including first aid kits for consumers kids and even pets. We are your source for survival kits disaster kits and disaster preparedness.  Our industrial products selection offers a complete list of first aid supplies for every business need.  Our mission is to ensure the health and safety of families and businesses worldwide.">
<meta name="keywords" content="first aid, first aid kits, first aid products, first aid supplies, survival kits, emergency kits, disaster preparedness kit, cpr kits, cpr products, cpr supplies, medications, oxygen unit, oxygen tank, bloodborne pathogen protection, first aid burn kits, burn care, eye care, bandages, first aid cabinet, cpr and first aid,">
<meta name="robots" content="INDEX,FOLLOW">
<meta http-equiv="Classification" content="first aid kits">
<meta name="URL" content="http://www.cpr-savers.com">
<META NAME="revisit-after" CONTENT="15 days">
<script language="JavaScript">
<!--
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
//-->
</script>

<link rel="stylesheet" href="stylessheets/catalog.css" type="text/css">

<style type="text/css">
<!--
.style1 {
color: #666666;
font-weight: bold;
}
.style4 {
color: #000066;
font-size: 22px;
font-weight: bold;
}
-->
</style>
<link href="stylessheets/main.css" rel="stylesheet" type="text/css">
</head>

<body bgcolor="#FFFFFF" text="#000000" link="#0000CC" vlink="#000066" alink="#660033" class="main" onLoad="MM_preloadImages('pictures%20main%20menu/Bandage%200.png','pictures%20main%20menu/cpr%20manikin%200.png','pictures%20main%20menu/cpr%20supplies%200.png','pictures%20main%20menu/Samaritan%20aed.png','pictures%20main%20menu/eye%20care%200.png','pictures%20main%20menu/first%20aid%20station.png','pictures%20main%20menu/first%20aid%20kit%200.png','pictures%20main%20menu/survival%20supplies.png')">
<table width="10%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><a name="top"></a></td>
  </tr>
</table>
<table width="96%" border="0" align="center">
  <tr> 
    <td width="42%"><a href="index.html"><img src="pictures%20main%20menu/cpr%20savers%20logo%20blue%202.png" width="351" height="100" alt="CPR Savers & First Aid Supply" border="0"></a></td>
    <td width="58%"><!-- #BeginEditable "Title" -->
      <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td class="style4">Lowest Price Guarantee Submission </td>
        </tr>
        <tr>
          <td><div align="right" class="style1">Toll Free 1-800-480-1277 </div></td>
        </tr>
      </table>
    <!-- #EndEditable --></td>
  </tr>
</table>
<div align="center"><br>
</div>
<!-- #BeginLibraryItem "/Library/Navigation Menu.lbi" --><link href="stylessheets/new-nav-menu.css" rel="stylesheet" type="text/css">
<table width="98%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FCFCFC" height="52" align="center">
  <tr>
    <td width="12%"><div align="center"><a href="index.html"><img src="library-pictures/home2.jpg" alt="CPR Savers and First Aid Home page, your source for first aid kits, first aid supplies, cpr products, cpr manikins, defibrillators, emergency survival kits and supplies and emergency preparedness. " width="67" height="51" border="0" /></a></div></td>
    <td width="10%"><div align="center"><a href="Industrials/Cpr%20prod/aed/aed.html"><img src="library-pictures/samaritan-aed-icon.png" alt="Automated External Defibrillators from Samaritan, Defibtech, Zoll, Philips and Medtronic." width="68" height="72" border="0" /></a></div></td>
    <td width="10%"><div align="center"><a href="http://www.cpr-savers-training.com/" target="_blank"><img src="library-pictures/savers-training-icon.png" alt="CPR Savers Training. First Aid, CPR, AED classes." width="68" height="63" border="0" /></a></div></td>
    <td width="10%"><div align="center"><a href="Industrials/Cpr%20prod/cpr%20manikins/cpr-manikins.html"><img src="library-pictures/instructor-package2.png" alt="Advanced and basic lifesaving cpr manikins for cpr, first aid and aed training: brand name cpr manikins by Ambu, CPR Prompt, Laerdal, Nasco Lifeform Basic Buddy, Simulaids and Cparlene" width="68" height="71" border="0" /></a></div></td>
    <td width="13%"><div align="center"><a href="Industrials/Cpr%20prod/cprproductsoutline.html"><img src="library-pictures/cpr-supplies.gif" alt="CPR Supplies: cpr kits, cpr masks. oxygen units, cpr keychain, cpr faceshields, cpr rescuebreathers, cpr bag valve masks, stretcher" width="68" height="71" border="0" /></a></div></td>
    <td width="12%"><div align="center"><a href="Industrials/eye%20" target="_self"></a><a href="Industrials/eye%20care/eyecareoutline.html"><img src="library-pictures/eye-care.gif" alt="Eye care, eye wash station, eye drops and refills, eye care products, eye wash stations and refills, eye wash supplies, eye and skin flushing solution" width="63" height="70" border="0" /></a></div></td>
    <td width="12%"><div align="center"><a href="principal/industrial.html" target="_self"></a><a href="principal/firstaidkits.html"><img src="pictures%20main%20menu/first%20aid%20kit.gif" alt="Industrial First Aid Kits: ansi kits, bulk first aid kits, first aid cases, lanscaper first aid kits, marine first aid kits, osha first aid kits, pool and lifeguard first aid kits, restaurant first aid kit, trucker first aid kits, unitized first aid kits, vehicle first aid kit, welder first aid kits, first responder kit, compliant packages, constractor first aid kits, logger's first aid kits, farm and ranch kits, coast guard  approved kits " width="72" height="64" border="0" /></a></div></td>
    <td width="10%"><div align="center"><a href="principal/industrial.html"><img src="library-pictures/cal-osha-icon.png" alt="Industrial Supplies for businesses, offices, schools. Antiseptics and ointmesnts, aed's, bloodborne pathogen supplies, bandages, cpr supplies, burn care, first aid signs, gloves, first aid cabines, first aid kits, hot and cold products, hearing protection, first aid kits, cpr manikins and more!!!" width="56" height="72" border="0" /></a></div></td>
    <td width="11%"><div align="center"><a href="Industrials/Cpr%20prod/cpr%20manikins/lifeform-nursing-skills-manikins.html"><img src="library-pictures/LF01168U2-2.jpg" alt="Medical Simulators, bandaging, catheterization, central line simulators, dialysis, epidural injection, in-service home care training." width="67" height="67" border="0" /></a></div></td>
    <td width="11%"><div align="center"><a href="Industrials/oxygen%20supply/oxygen-tanks-regulators-supply.html"><img src="library-pictures/oxygen-2.png" alt="complete oxygen system, oxygen tanks, oxygen regulators, oxygen masks, complete oxygen pack.  " width="67" height="72" border="0" /></a></div></td>
    <td width="11%"><div align="center"><a href="principal/emergency.html"><img src="library-pictures/OEK10-2.jpg" alt="survival kits, 72 hour kits, 3 day survival kits, office emergency kits for 5, 10, 20 people, 2 person emergency survival kits, 3 person support kits, family group support units, the super ark, emergency automobile kits, C.E.R.T supplies, emergency communication, emergency evacuation and fire, trauma kits and supplies, emergency food ratio, emergency drinking water and accesories, emergency lighting and heating, sanitary supplies, emergency shelter, emergency storage items, search and rescue supplies, triage kits and more. " width="66" height="68" border="0" /></a></div></td>
  </tr>
  <tr>
    <td width="12%" class="new-nav-menu"><div align="center"><font size="1" color="#003399"><b><a href="index.html">HOME</a></b></font></div></td>
    <td width="10%" class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="Industrials/Cpr%20prod/aed/aed.html">AED'S &<br>
      AED TRAINERS</a></b></font></div></td>
    <td width="10%" class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="http://www.cpr-savers-training.com/" target="_blank">CPR/1ST AID<br>
      CLASSES
    </a></b></font></div></td>
    <td class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="Industrials/Cpr%20prod/cpr%20manikins/cpr-manikins.html">CPR<br> 
      MANIKINS </a></b></font></div></td>
    <td class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="Industrials/Cpr%20prod/cprproductsoutline.html">CPR <br>
      SUPPLIES </a></b></font></div></td>
    <td width="12%" class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="Industrials/eye%20care/eyecareoutline.html">EYE<br> 
      CARE </a></b></font></div></td>
    <td width="12%" class="new-nav-menu"><div align="center"><font face="Verdana, Arial, Helvetica, sans-serif"><font size="1" color="#003399"><b><a href="principal/firstaidkits.html">FIRST AID<br>
      KITS
    </a></b></font></font></div></td>
    <td width="10%" class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="principal/industrial.html">INDUSTRIAL <br>
      SUPPLIES</a></b></font></div></td>
    <td class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="Industrials/Cpr%20prod/cpr%20manikins/lifeform-nursing-skills-manikins.html">MEDICAL <br>
      SIMULATORS</a></b></font></div></td>
    <td class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="Industrials/oxygen%20supply/oxygen-tanks-regulators-supply.html">OXYGEN<br>
      SUPPLIES</a></b></font></div></td>
    <td width="11%" class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="principal/emergency.html">SURVIVAL <br>
      SUPPLIES
    </a></b></font></div></td>
  </tr>
</table>
<!-- #EndLibraryItem --><!-- #BeginEditable "contenido2" --> 
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td> <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
        <input type="hidden" name="cmd" value="_cart">
        <input type="hidden" name="business" value="service@cpr-savers.com">
        <input type="image" src="https://www.paypal.com/images/view_cart.gif" border="0" name="submit" alt="CPR Savers & First Aid Supply, your choice for first aid products!">
        <input type="hidden" name="display" value="1">
      </form>
      <p> </p>
      <table width="85%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td><div align="center"><span class="style5">Thank you very much for your feedback!  Your experience, as a customer, is extremely important to us at CPR Savers. We will take your input and continue providing you with the best customer service possible! </span></div></td>
        </tr>
      </table>
      <p> </p>
      <p><br>
      </p>
      <div align="center">
        <!-- #BeginLibraryItem "/Library/bottom-info.lbi" --><table width="98%" border="0" cellspacing="1" cellpadding="1" bgcolor="#F2F4F7" height="8" align="center">
  <tr> 
    <td width="10%"> 
      <div align="right"></div>
    </td>
    <td width="90%"> 
      <div align="center"><i><b><font color="#CCCCCC"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#006699">CPR 
        Savers & First Aid Supply LLC -<a href="mailto: info@cpr-savers.com"> 
        info@cpr-savers.com</a><br>
      Toll Free: 800-480-1277  /   Local Phone: 480-946-0971  /   Fax: 480-946-2457 </font></b></font></b></i></div>
    </td>
  </tr>
</table><!-- #EndLibraryItem --><!-- #BeginLibraryItem "/Library/copyright.lbi" -->
<p align="center"><font color="#006666" size="2" face="Verdana, Arial, Helvetica, sans-serif"><b>Copyright© 
  2003-2008 CPR Savers & First Aid Supply LLC. All Rights Reserved</b></font></p>
<!-- #EndLibraryItem --><p> </p>
      </div>
      <p align="center"> </p>
    </td>
  </tr>
</table>
<!-- #EndEditable -->

Code -->
<!-- Remove leading // to activate custom variables -->
<script language="Javascript">
//var DOCUMENTGROUP='';
//var DOCUMENTNAME='';
//var ACTION='';
</script>
<!-- End of Customization Code -->
<!-- Tracking Code v4.00 - All rights reserved -->
<script language="javascript1.1" src="http://www.cpr-savers.com/tracking.js"></script><noscript>
<img src="http://www.ercva.com/p.pl?a=1000594610811&js=no" width="1" height="1"></noscript><!--//-->
<!-- End of Tracking Code -->
<SCRIPT language="javascript" type="text/javascript" src="//auditor.whosclickingwho.com/wcwsc.js"></script>
<SCRIPT language="javascript" type="text/javascript">
try{WCWAudit()}catch(ex){}</script> 
</body>

<!-- #EndTemplate --></html>
EOD;
echo "$theResults";

?>

Link to comment
Share on other sites

--This is the code for the page where the customer would fill it out--

<html>
<!-- DW6 -->
<head>

<title>Customer Satisfaction Survey</title>
<style type="text/css">
<!--
.style5 {
font-size: 18px;
font-weight: bold;
}
-->
</style>
<style type="text/css">
<!--
.style6 {font-size: 14px}
-->
</style>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="CPR Savers and First Aid Supply is your wholesale distributor of high quality First Aid and CPR products.  We sell direct to the public at the lowest possible prices.  We have a great variety of first aid products including first aid kits for consumers kids and even pets. We are your source for survival kits disaster kits and disaster preparedness.  Our industrial products selection offers a complete list of first aid supplies for every business need.  Our mission is to ensure the health and safety of families and businesses worldwide.">
<meta name="keywords" content="first aid, first aid kits, first aid products, first aid supplies, survival kits, emergency kits, disaster preparedness kit, cpr kits, cpr products, cpr supplies, medications, oxygen unit, oxygen tank, bloodborne pathogen protection, first aid burn kits, burn care, eye care, bandages, first aid cabinet, cpr and first aid,">
<meta name="robots" content="INDEX,FOLLOW">
<meta http-equiv="Classification" content="first aid kits">
<meta name="URL" content="http://www.cpr-savers.com">
<META NAME="revisit-after" CONTENT="15 days">
<script language="JavaScript">
<!--
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
//-->
</script>

<link rel="stylesheet" href="stylessheets/catalog.css" type="text/css">

<style type="text/css">
<!--
.style1 {
color: #666666;
font-weight: bold;
}
.style4 {
color: #000066;
font-size: 22px;
font-weight: bold;
}
-->
</style>
<link href="stylessheets/main.css" rel="stylesheet" type="text/css">
</head>

<body bgcolor="#FFFFFF" text="#000000" link="#0000CC" vlink="#000066" alink="#660033" class="main" onLoad="MM_preloadImages('pictures%20main%20menu/Bandage%200.png','pictures%20main%20menu/cpr%20manikin%200.png','pictures%20main%20menu/cpr%20supplies%200.png','pictures%20main%20menu/Samaritan%20aed.png','pictures%20main%20menu/eye%20care%200.png','pictures%20main%20menu/first%20aid%20station.png','pictures%20main%20menu/first%20aid%20kit%200.png','pictures%20main%20menu/survival%20supplies.png')">
<table width="10%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><a name="top"></a></td>
  </tr>
</table>
<table width="96%" border="0" align="center">
  <tr> 
    <td width="42%"><a href="index.html"><img src="pictures%20main%20menu/cpr%20savers%20logo%20blue%202.png" width="351" height="100" alt="CPR Savers & First Aid Supply" border="0"></a></td>
    <td width="58%">      <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td class="style4">Customer Satisfaction Survey </td>
        </tr>
        <tr>
          <td><div align="right" class="style1">Toll Free 1-800-480-1277 </div></td>
        </tr>
    </table></td>
  </tr>
</table>
<div align="center"><br>
</div>
<!-- #BeginLibraryItem "/Library/Navigation Menu.lbi" --><link href="stylessheets/new-nav-menu.css" rel="stylesheet" type="text/css">
<table width="98%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FCFCFC" height="52" align="center">
  <tr>
    <td width="12%"><div align="center"><a href="index.html"><img src="library-pictures/home2.jpg" alt="CPR Savers and First Aid Home page, your source for first aid kits, first aid supplies, cpr products, cpr manikins, defibrillators, emergency survival kits and supplies and emergency preparedness. " width="67" height="51" border="0" /></a></div></td>
    <td width="10%"><div align="center"><a href="Industrials/Cpr prod/aed/aed.html"><img src="library-pictures/samaritan-aed-icon.png" alt="Automated External Defibrillators from Samaritan, Defibtech, Zoll, Philips and Medtronic." width="68" height="72" border="0" /></a></div></td>
    <td width="10%"><div align="center"><a href="http://www.cpr-savers-training.com/" target="_blank"><img src="library-pictures/savers-training-icon.png" alt="CPR Savers Training. First Aid, CPR, AED classes." width="68" height="63" border="0" /></a></div></td>
    <td width="10%"><div align="center"><a href="Industrials/Cpr prod/cpr manikins/cpr-manikins.html"><img src="library-pictures/instructor-package2.png" alt="Advanced and basic lifesaving cpr manikins for cpr, first aid and aed training: brand name cpr manikins by Ambu, CPR Prompt, Laerdal, Nasco Lifeform Basic Buddy, Simulaids and Cparlene" width="68" height="71" border="0" /></a></div></td>
    <td width="13%"><div align="center"><a href="Industrials/Cpr prod/cprproductsoutline.html"><img src="library-pictures/cpr-supplies.gif" alt="CPR Supplies: cpr kits, cpr masks. oxygen units, cpr keychain, cpr faceshields, cpr rescuebreathers, cpr bag valve masks, stretcher" width="68" height="71" border="0" /></a></div></td>
    <td width="12%"><div align="center"><a href="Industrials/eye " target="_self"></a><a href="Industrials/eye care/eyecareoutline.html"><img src="library-pictures/eye-care.gif" alt="Eye care, eye wash station, eye drops and refills, eye care products, eye wash stations and refills, eye wash supplies, eye and skin flushing solution" width="63" height="70" border="0" /></a></div></td>
    <td width="12%"><div align="center"><a href="principal/industrial.html" target="_self"></a><a href="principal/firstaidkits.html"><img src="pictures main menu/first aid kit.gif" alt="Industrial First Aid Kits: ansi kits, bulk first aid kits, first aid cases, lanscaper first aid kits, marine first aid kits, osha first aid kits, pool and lifeguard first aid kits, restaurant first aid kit, trucker first aid kits, unitized first aid kits, vehicle first aid kit, welder first aid kits, first responder kit, compliant packages, constractor first aid kits, logger's first aid kits, farm and ranch kits, coast guard  approved kits " width="72" height="64" border="0" /></a></div></td>
    <td width="10%"><div align="center"><a href="principal/industrial.html"><img src="library-pictures/cal-osha-icon.png" alt="Industrial Supplies for businesses, offices, schools. Antiseptics and ointmesnts, aed's, bloodborne pathogen supplies, bandages, cpr supplies, burn care, first aid signs, gloves, first aid cabines, first aid kits, hot and cold products, hearing protection, first aid kits, cpr manikins and more!!!" width="56" height="72" border="0" /></a></div></td>
    <td width="11%"><div align="center"><a href="Industrials/Cpr prod/cpr manikins/lifeform-nursing-skills-manikins.html"><img src="library-pictures/LF01168U2-2.jpg" alt="Medical Simulators, bandaging, catheterization, central line simulators, dialysis, epidural injection, in-service home care training." width="67" height="67" border="0" /></a></div></td>
    <td width="11%"><div align="center"><a href="Industrials/oxygen supply/oxygen-tanks-regulators-supply.html"><img src="library-pictures/oxygen-2.png" alt="complete oxygen system, oxygen tanks, oxygen regulators, oxygen masks, complete oxygen pack.  " width="67" height="72" border="0" /></a></div></td>
    <td width="11%"><div align="center"><a href="principal/emergency.html"><img src="library-pictures/OEK10-2.jpg" alt="survival kits, 72 hour kits, 3 day survival kits, office emergency kits for 5, 10, 20 people, 2 person emergency survival kits, 3 person support kits, family group support units, the super ark, emergency automobile kits, C.E.R.T supplies, emergency communication, emergency evacuation and fire, trauma kits and supplies, emergency food ratio, emergency drinking water and accesories, emergency lighting and heating, sanitary supplies, emergency shelter, emergency storage items, search and rescue supplies, triage kits and more. " width="66" height="68" border="0" /></a></div></td>
  </tr>
  <tr>
    <td width="12%" class="new-nav-menu"><div align="center"><font size="1" color="#003399"><b><a href="index.html">HOME</a></b></font></div></td>
    <td width="10%" class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="Industrials/Cpr prod/aed/aed.html">AED'S &<br>
      AED TRAINERS</a></b></font></div></td>
    <td width="10%" class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="http://www.cpr-savers-training.com/" target="_blank">CPR/1ST AID<br>
      CLASSES
    </a></b></font></div></td>
    <td class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="Industrials/Cpr prod/cpr manikins/cpr-manikins.html">CPR<br> 
      MANIKINS </a></b></font></div></td>
    <td class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="Industrials/Cpr prod/cprproductsoutline.html">CPR <br>
      SUPPLIES </a></b></font></div></td>
    <td width="12%" class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="Industrials/eye care/eyecareoutline.html">EYE<br> 
      CARE </a></b></font></div></td>
    <td width="12%" class="new-nav-menu"><div align="center"><font face="Verdana, Arial, Helvetica, sans-serif"><font size="1" color="#003399"><b><a href="principal/firstaidkits.html">FIRST AID<br>
      KITS
    </a></b></font></font></div></td>
    <td width="10%" class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="principal/industrial.html">INDUSTRIAL <br>
      SUPPLIES</a></b></font></div></td>
    <td class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="Industrials/Cpr prod/cpr manikins/lifeform-nursing-skills-manikins.html">MEDICAL <br>
      SIMULATORS</a></b></font></div></td>
    <td class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="Industrials/oxygen supply/oxygen-tanks-regulators-supply.html">OXYGEN<br>
      SUPPLIES</a></b></font></div></td>
    <td width="11%" class="new-nav-menu"><div align="center"><font color="#003399" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="principal/emergency.html">SURVIVAL <br>
      SUPPLIES
    </a></b></font></div></td>
  </tr>
</table>
<!-- #EndLibraryItem --><table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td> <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
        <input type="hidden" name="cmd" value="_cart">
        <input type="hidden" name="business" value="service@cpr-savers.com">
        <input type="image" src="https://www.paypal.com/images/view_cart.gif" border="0" name="submit" alt="CPR Savers & First Aid Supply, your choice for first aid products!">
        <input type="hidden" name="display" value="1">
      </form>
      <table width="85%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td><div align="center"><span class="style5 style6">At CPR Savers & First Aid Supply we strive to provide the best experience possible for each and every one of our customers. With your honest input and feedback we can learn how to better serve you. We appreciate your business and thank you very much for taking the time to let us know about your experience! </span></div></td>
        </tr>
      </table>
           <form action="customer-satisfaction-survey.php" onSubmit="return validate_form();" method="post" name="survey" id="survey">
        <table width="75%" border="0" align="center">
          <tr>
            <td width="50%">
            <div align="left"><strong>1. How       satisfied were you with the products that you ordered?</strong></div></td>
            <td width="50%"><div align="left">
              <p>
                <label>
                  <input type="radio" name="product" value="Not At All Satisfied">
                  Not At All Satisfied</label>
                <br>
                <label>
                  <input type="radio" name="product" value="Somewhat Satisfied">
                  Somewhat Satisfied</label>
                <br>
                <label>
                  <input type="radio" name="product" value="Satisfied">
                  Satisfied</label>
                <br>
                <label>
                  <input type="radio" name="product" value="Very Satisfied">
                  Very Satisfied</label>
                <br>
                <label>
                  <input type="radio" name="product" value="Extremely Satisfied">
                  Extremely Satisfied</label>
                </p>
              <p><br>
              </p>
            </div></td>
          </tr>
          <tr>
            <td><div align="left"><strong>2. How       satisfied were you with our company overall?</strong></div></td>
            <td><div align="left">
              <p>
                <label>
                  <input type="radio" name="companyoverall" value="Not At All Satisfied">
                  Not At All Satisfied</label>
                <br>
                <label>
                  <input type="radio" name="companyoverall" value="Somewhat Satisfied">
                  Somewhat Satisfied</label>
                <br>
                <label>
                  <input type="radio" name="companyoverall" value="Satisfied">
                  Satisfied</label>
                <br>
                <label>
                  <input type="radio" name="companyoverall" value="Very Satisfied">
                  Very Satisfied</label>
                <br>
                <label>
                  <input type="radio" name="companyoverall" value="Extremely Satisfied">
                  Extremely Satisfied</label>
                </p>
              <p><br>
              </p>
            </div></td>
          </tr>
          <tr>
            <td><div align="left"><strong>3. How       likely are you to purchase from our company again?</strong></div></td>
            <td><div align="left">
              <p>
                <label>
                  <input type="radio" name="repurchase" value="Not At All Satisfied">
                  Not At All Satisfied</label>
                <br>
                <label>
                  <input type="radio" name="repurchase" value="Somewhat Satisfied">
                  Somewhat Satisfied</label>
                <br>
                <label>
                  <input type="radio" name="repurchase" value="Satisfied">
                  Satisfied</label>
                <br>
                <label>
                  <input type="radio" name="repurchase" value="Very Satisfied">
                  Very Satisfied</label>
                <br>
                <label>
                  <input type="radio" name="repurchase" value="Extremely Satisfied">
                  Extremely Satisfied</label>
                </p>
              <p><br>
              </p>
            </div></td>
          </tr>
          <tr>
            <td><div align="left"><strong>4. How       likely are you to recommend our company to others?</strong></div></td>
            <td><div align="left">
              <p>
                <label>
                  <input type="radio" name="recommend" value="Not Likely">
                  Not Likely</label>
                <br>
                <label>
                  <input type="radio" name="recommend" value="Somewhat Likely">
                  Somewhat Likely</label>
                <br>
                <label>
                  <input type="radio" name="recommend" value="Likely">
                  Likely</label>
                <br>
                <label>
                  <input type="radio" name="recommend" value="Very Likely">
                  Very Likely</label>
                <br>
                <label>
                  <input type="radio" name="recommend" value="Extremely Likely">
                  Extremely Likely</label>
                </p>
              <p><br>
              </p>
            </div></td>
          </tr>
          <tr>
            <td><div align="right"><strong>
              <label for="textarea">
              <div align="left">5.	Briefly describe why your experience with our company was good or bad.</div>
              </label>
            </strong></div></td>
            <td><div align="left"><strong>
              <textarea name="experience" cols="35" rows="5" id="experience"></textarea>
            </strong></div></td>
          </tr>
          <tr>
            <td><div align="right"><strong>
              <label for="textarea">
              <div align="left">6. In your opinion what could we have done to make your experience better?</div>
              </label>
            </strong></div></td>
            <td><div align="left"><strong>
              <textarea name="improvements" cols="35" rows="5" id="improvements"></textarea>
            </strong></div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label for="textarea">
              <div align="left"><strong>Additional Comments</strong><strong>:</strong></div>
              </label>
            </div></td>
            <td><textarea name="comments" cols="35" rows="5" id="comments"></textarea></td>
          </tr>
          <tr>
            <td><div align="right">
              <label for="Submit"></label>
              <input type="reset" name="clearform" value="Clear Form" id="clearform">
            </div></td>
            <td><label for="Submit"></label>
            <input type="submit" name="Submit" value="Submit" id="Submit"></td>
          </tr>
        </table>
      </form>
      <p> </p>
      <p><br>
      </p>
      <div align="center"></div>
      <div align="center"></div>
      <div align="center"></div>
      <div align="center"></div>
      <div align="center">
        <p> </p>
        <!-- #BeginLibraryItem "/Library/bottom-info.lbi" --><table width="98%" border="0" cellspacing="1" cellpadding="1" bgcolor="#F2F4F7" height="8" align="center">
  <tr> 
    <td width="10%"> 
      <div align="right"></div>
    </td>
    <td width="90%"> 
      <div align="center"><i><b><font color="#CCCCCC"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#006699">CPR 
        Savers & First Aid Supply LLC -<a href="mailto: info@cpr-savers.com"> 
        info@cpr-savers.com</a><br>
      Toll Free: 800-480-1277  /   Local Phone: 480-946-0971  /   Fax: 480-275-7002 </font></b></font></b></i></div>
    </td>
  </tr>
</table><!-- #EndLibraryItem --><!-- #BeginLibraryItem "/Library/copyright.lbi" -->
<p align="center"><font color="#006666" size="2" face="Verdana, Arial, Helvetica, sans-serif"><b>Copyright© 
  2003-2011 CPR Savers & First Aid Supply LLC. All Rights Reserved</b></font></p>
<!-- #EndLibraryItem --><p> </p>
      </div>
      <p align="center"> </p>    </td>
  </tr>
</table>
<!-- Remove leading // to activate custom variables -->
<script language="Javascript">
//var DOCUMENTGROUP='';
//var DOCUMENTNAME='';
//var ACTION='';
</script>
<!-- End of Customization Code -->
<!-- Tracking Code v4.00 - All rights reserved -->
<script language="javascript1.1" src="http://www.cpr-savers.com/tracking.js"></script><noscript>
<img src="http://www.ercva.com/p.pl?a=1000594610811&js=no" width="1" height="1"></noscript><!--//-->
<!-- End of Tracking Code -->
<SCRIPT language="javascript" type="text/javascript" src="//auditor.whosclickingwho.com/wcwsc.js"></script>
<SCRIPT language="javascript" type="text/javascript">
try{WCWAudit()}catch(ex){}</script> 
</body>

</html>

Link to comment
Share on other sites

Umm...  Let me give you a little hint about coding forums in general, no one is going to go through all that code.  You made no attempt to isolate the problem, provided no information, just a one-liner question and a shit ton of what looks like DW shit code. 

 

In the future, please place


OR


tags around your code.

Link to comment
Share on other sites

--sorry im not sure where the error is, hopefully this is better--

<tr>

    <td> <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">

        <input type="hidden" name="cmd" value="_cart">

        <input type="hidden" name="business" value="service@cpr-savers.com">

        <input type="image" src="https://www.paypal.com/images/view_cart.gif" border="0" name="submit" alt="CPR Savers & First Aid Supply, your choice for first aid products!">

        <input type="hidden" name="display" value="1">

      </form>

      <table width="85%" border="0" align="center" cellpadding="0" cellspacing="0">

        <tr>

          <td><div align="center"><span class="style5 style6">At CPR Savers & First Aid Supply we strive to provide the best experience possible for each and every one of our customers. With your honest input and feedback we can learn how to better serve you. We appreciate your business and thank you very much for taking the time to let us know about your experience! </span></div></td>

        </tr>

      </table>

          <form action="customer-satisfaction-survey.php" onSubmit="return validate_form();" method="post" name="survey" id="survey">

        <table width="75%" border="0" align="center">

          <tr>

            <td width="50%">

            <div align="left"><strong>1. How      satisfied were you with the products that you ordered?</strong></div></td>

            <td width="50%"><div align="left">

              <p>

                <label>

                  <input type="radio" name="product" value="Not At All Satisfied">

                  Not At All Satisfied</label>

                <br>

                <label>

                  <input type="radio" name="product" value="Somewhat Satisfied">

                  Somewhat Satisfied</label>

                <br>

                <label>

                  <input type="radio" name="product" value="Satisfied">

                  Satisfied</label>

                <br>

                <label>

                  <input type="radio" name="product" value="Very Satisfied">

                  Very Satisfied</label>

                <br>

                <label>

                  <input type="radio" name="product" value="Extremely Satisfied">

                  Extremely Satisfied</label>

                </p>

              <p><br>

              </p>

            </div></td>

          </tr>

          <tr>

            <td><div align="left"><strong>2. How      satisfied were you with our company overall?</strong></div></td>

            <td><div align="left">

              <p>

                <label>

                  <input type="radio" name="companyoverall" value="Not At All Satisfied">

                  Not At All Satisfied</label>

                <br>

                <label>

                  <input type="radio" name="companyoverall" value="Somewhat Satisfied">

                  Somewhat Satisfied</label>

                <br>

                <label>

                  <input type="radio" name="companyoverall" value="Satisfied">

                  Satisfied</label>

                <br>

                <label>

                  <input type="radio" name="companyoverall" value="Very Satisfied">

                  Very Satisfied</label>

                <br>

                <label>

                  <input type="radio" name="companyoverall" value="Extremely Satisfied">

                  Extremely Satisfied</label>

                </p>

              <p><br>

              </p>

            </div></td>

          </tr>

          <tr>

            <td><div align="left"><strong>3. How      likely are you to purchase from our company again?</strong></div></td>

            <td><div align="left">

              <p>

                <label>

                  <input type="radio" name="repurchase" value="Not At All Satisfied">

                  Not At All Satisfied</label>

                <br>

                <label>

                  <input type="radio" name="repurchase" value="Somewhat Satisfied">

                  Somewhat Satisfied</label>

                <br>

                <label>

                  <input type="radio" name="repurchase" value="Satisfied">

                  Satisfied</label>

                <br>

                <label>

                  <input type="radio" name="repurchase" value="Very Satisfied">

                  Very Satisfied</label>

                <br>

                <label>

                  <input type="radio" name="repurchase" value="Extremely Satisfied">

                  Extremely Satisfied</label>

                </p>

              <p><br>

              </p>

            </div></td>

          </tr>

          <tr>

            <td><div align="left"><strong>4. How      likely are you to recommend our company to others?</strong></div></td>

            <td><div align="left">

              <p>

                <label>

                  <input type="radio" name="recommend" value="Not Likely">

                  Not Likely</label>

                <br>

                <label>

                  <input type="radio" name="recommend" value="Somewhat Likely">

                  Somewhat Likely</label>

                <br>

                <label>

                  <input type="radio" name="recommend" value="Likely">

                  Likely</label>

                <br>

                <label>

                  <input type="radio" name="recommend" value="Very Likely">

                  Very Likely</label>

                <br>

                <label>

                  <input type="radio" name="recommend" value="Extremely Likely">

                  Extremely Likely</label>

                </p>

              <p><br>

              </p>

            </div></td>

          </tr>

          <tr>

            <td><div align="right"><strong>

              <label for="textarea">

              <div align="left">5. Briefly describe why your experience with our company was good or bad.</div>

              </label>

            </strong></div></td>

            <td><div align="left"><strong>

              <textarea name="experience" cols="35" rows="5" id="experience"></textarea>

            </strong></div></td>

          </tr>

          <tr>

            <td><div align="right"><strong>

              <label for="textarea">

              <div align="left">6. In your opinion what could we have done to make your experience better?</div>

              </label>

            </strong></div></td>

            <td><div align="left"><strong>

              <textarea name="improvements" cols="35" rows="5" id="improvements"></textarea>

            </strong></div></td>

          </tr>

          <tr>

            <td><div align="right">

              <label for="textarea">

              <div align="left"><strong>Additional Comments</strong><strong>:</strong></div>

              </label>

            </div></td>

            <td><textarea name="comments" cols="35" rows="5" id="comments"></textarea></td>

          </tr>

          <tr>

            <td><div align="right">

              <label for="Submit"></label>

              <input type="reset" name="clearform" value="Clear Form" id="clearform">

            </div></td>

            <td><label for="Submit"></label>

            <input type="submit" name="Submit" value="Submit" id="Submit"></td>

          </tr>

        </table>

      </form>

      <p> </p>

      <p><br>

      </p>

      <div align="center"></div>

      <div align="center"></div>

      <div align="center"></div>

      <div align="center"></div>

      <div align="center">

        <p> </p>

        <!-- #BeginLibraryItem "/Library/bottom-info.lbi" --><table width="98%" border="0" cellspacing="1" cellpadding="1" bgcolor="#F2F4F7" height="8" align="center">

  <tr>

    <td width="10%">

      <div align="right"></div>

    </td>

    <td width="90%">

      <div align="center"><i><b><font color="#CCCCCC"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#006699">CPR

        Savers & First Aid Supply LLC -<a href="mailto: info@cpr-savers.com">

        info@cpr-savers.com</a><br>

      Toll Free: 800-480-1277  /   Local Phone: 480-946-0971  /   Fax: 480-275-7002 </font></b></font></b></i></div>

    </td>

  </tr>

</table><!-- #EndLibraryItem --><!-- #BeginLibraryItem "/Library/copyright.lbi" -->

<p align="center"><font color="#006666" size="2" face="Verdana, Arial, Helvetica, sans-serif"><b>Copyright©

  2003-2011 CPR Savers & First Aid Supply LLC. All Rights Reserved</b></font></p>

<!-- #EndLibraryItem --><p> </p>

      </div>

      <p align="center"> </p>    </td>

  </tr>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.