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