%@ Language=VBScript %> <% PageTitle = "SiteManager - Delete Part Specification?" %> <% PageID=400 %> <% Header %> <% Menu PageID %> <%' Main body of page goes here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %> <%partspecdeleteconfirm%> <%' End Of Main body ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %> <% Footer %> <% Sub partspecdeleteconfirm SpecID = Request.QueryString("SID") PartID = Request.QueryString("PID") SEL="SELECT txtSpecification FROM Part_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 Part Specification?