File: D:/bin/dundas/FreeLibs/AspMail/Samples/Error.asp
<%@ Language=VBScript %>
<html>
<head>
<meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<title>Dundas Mailer Control Demo: Error Page.</title>
</head>
<body color="black" bgcolor="white">
<img SRC="images/clouds.jpg" WIDTH="550" HEIGHT="36" border="0"><br>
<a href="http://www.dundas.com">
<img border="0" src="images/dundaslogo.gif" align="right" alt="1-800-463-1492" WIDTH="160" HEIGHT="18"></a>
<img SRC="images/headline.gif" WIDTH="390" HEIGHT="50" border="0">
<br><p>The following error occurred while processing
the ASP page: <font color="red"><%=Request.QueryString("Error")%></font></p>
<%
If InStr(Request.QueryString("Error"),"You must first install and") = 0 Then
Response.Write "<p>Please click Back on your browser and try the operation again."
End If
%>
</body>
</html>