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