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


Select the vehicle make below that you would like to edit 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 makes to edit!

<% Else %>

   

<% End If %>