% Option Explicit Dim strCompany Dim strReqby Dim strOther strCompany = Request.Cookies("Company") strReqby = Request.Cookies("Reqby") If strCompany = "" Then strCompany = Request("Contact_Organization") End If %>
This form is to notify HR Butler and TR Hedge that a COBRA Letter must be sent to an individual.
<% Response.Write Request.Cookies("Company")%>