<% Dim Total Total = 0 %> <% if (Request.Form("sextype") = "Male") then %> Thanks you Sir! <% end if %>
<% if (Request.Form("sextype") = "Female") then %> Thank you Mam! <% end if %>
<% if (Request.Form("sextype") = "Nope") then %> Well, OK whoever you are! <% end if %>