%@ LANGUAGE="VBSCRIPT" %> <% Response.Buffer = "True" %> <% '*********************************************************************** ' System : ASPBanner Unlimited ' Author : Christopher Williams of CJWSoft www.CJWSoft.com ' ' COPYRIGHT NOTICE ' ' See attached Software License Agreement ' ' (c) Copyright 2000 - 2003 by CJWSoft. All rights reserved '*********************************************************************** %> <% CHECKFOR = "Admin" %> <% Banner_ID = Request("Banner_ID") User_ID = Request("User_ID") Action = Request("Action") If Banner_ID = "" Then Response.Redirect("default.asp") End If %> <% If Action <> "Delete" Then %> <% Set ConnBannerStats = Server.CreateObject("ADODB.Connection") Set CmdViewBanner = Server.CreateObject("ADODB.Recordset") ConnBannerStats.Open BannerConnectionString SQL = "SELECT Banners.* FROM Banners WHERE (Banner_ID = " & Banner_ID & ")" CmdViewBanner.Open SQL, ConnBannerStats %>

ARE YOU SURE YOU WANT TO DELETE THE STATISTICS FOR THIS BANNER ?
YOU WILL NOT BE ABLE TO RECOVER THIS INFORMATION ONCE IT IS DELETED.
"<% =CmdViewBanner("Banner_Name") %>"
Yes / manage_banners.asp?User_ID=<% =User_ID %><% End If %><% If User_ID = "" Then %>default.asp<% End If %>">No