 |

:: Click here to view |
<%
page = 1
badfields = ""
if request("submit") = "Continue -->" then
page = 2
if trim(request("manufacturer")) = "" then
badfields = badfields & "gearbox manufacturer, "
page = 1
end if
if not isnumeric(request("horsepower")) then
badfields = badfields & "engine horse-power, "
page = 1
elseif request("horsepower") = "0" then
badfields = badfields & "engine horse-power, "
page = 1
end if
if not isnumeric(request("enginespeed")) then
badfields = badfields & "engine speed, "
page = 1
elseif request("enginespeed") = "0" then
badfields = badfields & "engine speed, "
page = 1
end if
end if
%>
<% if page = 1 then %>Select: | <% end if %>
<% if badfields <> "" then %>
You must specify the <%=left(badfields,instrrev(badfields,",")-1)%> before you can continue.
<% end if %>
<% if page = 1 then %>
|
|
| | |
|