<%@ Language=VBScript %> <% Updated = Request.QueryString("Updated") %> <% PageTitle = "SiteManager - Delete Supply Specification?" %> <% PageID=300 %> <% Header %> <% Menu PageID %> <%' Main body of page goes here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %> <%SSpecDeleteConfirm%> <%' End Of Main body ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %> <% Footer %> <% Sub SSpecDeleteConfirm SpecID = Request.QueryString("SID") ProdID = Request.QueryString("PID") SEL="SELECT txtSpecification FROM S_Specs WHERE SpecID =" & SpecID Set rs=Server.CreateObject("ADODB.Recordset") OpenConnection1 rs.Open SEL,DB,1,3 txtSpecification=TRIM(rs("txtSpecification")) rs.Close %>

<%= FormatDateTime(Date,1) %>

  • <%=DisPrepText(txtSpecification)%>

  • Are you sure you want to delete this Supply Specification?

    YES                    NO <%End Sub %>