<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" style="border-style:dashed; border-width:thin;">
<tr>
<td><div align="center">
<?php
if (isset($_POST['name']) && isset($_POST['contact']) && isset($_POST['address'])) {
mail("aluminiumwindowrevamp@hotmail.com", "Quote Application -".$_POST['name'], $content);
echo "Thank you for your application/enquiry<br />We will contact you, as soon as possible.<br /><br /><a href="home.html">Click here to return home</a>";
}else{ echo "You have not filled out all required items, please press back on your browser and try again, Thank you."; }
?>
</div></td>
</tr>
</table>
</body>
</html>