% '============================================================================= ' FILE: includes/response.asp ' PURPOSE: Styled error and success response pages for form submissions ' USAGE: Include this file, then call ShowError() or ShowSuccess() '============================================================================= Sub ShowError(errorMessage, backUrl) %>
<% Dim respTheme respTheme = Request.Cookies("theme") If respTheme = "" Then respTheme = "bg-theme1" %>