%@ 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" %> <% Zone_ID = Request("Zone_ID") If Zone_ID = "" Then Response.Redirect("default.asp") End If Action = Request("Action") %> <% If Action <> "Delete" Then %> <% Set ConnBannerSystem = Server.CreateObject("ADODB.Connection") Set CmdViewZone = Server.CreateObject("ADODB.Recordset") ConnBannerSystem.Open BannerConnectionString SQL = "SELECT Banner_Zones.* FROM Banner_Zones WHERE (Zone_ID = " & Zone_ID & ")" CmdViewZone.Open SQL, ConnBannerSystem %>

ARE YOU SURE YOU WANT TO DELETE THIS ZONE ?
"<% =CmdViewZone("Zone_Name") %>"