<P>
Click <INPUT TYPE="Submit"
NAME="cmdSubmit" VALUE="Process Order">
to submit your order with the maximum
amount amounts available.
</P>
<P>
Click <INPUT TYPE="button"
NAME="cmdCancel" VALUE="Cancel Order"
onClick="window.location.replace('ordercancel.php');">
to end this transaction, no monies have
been debited from your
credit card.
</P>
</FORM>
<%
}
// close database connection
loConn.Close();
loConn = null;
%>
</BODY>
</HTML> |
We
have completed this page so re-save the file before closing it and continuing.
<!--#include
file="ServerSideGlobalDef.inc"-->
<%
var sErrorDescription =
unescape(Request.QueryString);
%>
<HTML>
<HEAD></HEAD>
<BODY>
<FONT FACE="Comic Sans MS" SIZE="3">
Due to a technical fault we have been unable to complete
your
order.<BR>
Your order has been cancelled and no monies will be
deducted from your
credit card.<BR>
The problem is listed below
</FONT>
<BR>
<P><%= sErrorDescription %></P>
</BODY>
</HTML> |
This
page needs to be saved as transerror.asp.