%
strName = Request.Form("cboName")
session("DeleteMake") = strName
if Request.Form <> "" then
Response.Redirect "DeleteMake2.asp"
'Response.Write session("EditName")
end if
%>
DELETE VEHICLE MAKE - STEP 1
<% if strWarningErrMsg <> "" then %>
Error(s):<%= strwarningErrMsg %>
<% end if %>
Select the vehicle make below that you would like to delete and click the next button.