HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/castironradiatorcentre/send-cancelled-order-email.asp
<%Option Explicit%>
<!--#include file="dbfunctions.asp"-->
<!--#include file="apputils.asp"-->
<!--#include file="inc-template-other.asp"-->
<!--#include file="inc-template-messages.asp"-->
<html>
<head><%DisableCache%>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"> 
<title>Send Cancelled Order Email <%=Now%></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="styles.css" rel="stylesheet" type="text/css">
</head>

<body>
<div>
<%
' (SS,18/4/18) 
SendCancelledOrderEmail
%>
<br><br><table><tr><td><%=Now%></td></tr></table>
</div>

</body>
</html>
<%Finalise%>