<% strName = Request.Form("cboName") session("DeleteMake") = strName if Request.Form <> "" then Response.Redirect "DeleteMake2.asp" 'Response.Write session("EditName") end if %> <% if strWarningErrMsg <> "" then %> <% end if %>
DELETE VEHICLE MAKE - STEP 1
Error(s):<%= strwarningErrMsg %>


Select the vehicle make below that you would like to delete and click the next button.
<% ' Be sure the database is located in your main cgi-bin. If not, modify as needed. Set RS=Server.CreateObject("ADODB.RecordSet") Query = "SELECT * FROM CDMakes ORDER BY CDMake" RS.Open Query, objADO IF (RS.EOF) THEN %> There are no vehicle Makes to delete!

<% Else %>    

<% End If %>