% @language="VBSCRIPT" %>
<% Dim IntState intState = request.querystring("state") if request.form ("itemcolour") <> "" then intState = 1 end if if intState = 1 OR intState = 2 then Response.Write "
" & request.form ("orderitem") & " Brochure DownloadPlease enter your details and we will take you to our download page. " else Response.Write "How can we help with your enquiry?" end if %>
|