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