<% if (Request.Form("double_cheese") = "on") then %>
You ordered double cheese.
<% end if %>
<% if (Request.Form("peppers") = "on") then %>
Your getting some peppers too!
<% end if %>
<% if (Request.Form("onions") = "on") then %>
And ONIONS!!!
<% end if %>