<% V = Request.QueryString("ID") StrSql = "Select * From Employees Where (ID=" & V & ")" set rs = my_conn.Execute (StrSql) %> <%=COMPANY_NAME%>
        To contact <%=rs("First_Name")%> <%=rs("Last_Name")%> by email, please fill out the form below.

<%=rs("First_Name")%> can also be reached by phone at <% if Not rs("Phone_ext") = "" Then Response.Write(" " & rs("Phone") & " Ext. " & rs("Phone_ext")) else Response.Write(" " & rs("Phone")) end if if Not rs("Fax") = "" Then Response.Write("
or by fax at " & rs("Fax") & ".

") else Response.Write(".

") end if %>
        Subject:
       
        Message:
       
        If you would like a reply, please enter your contact information below.
            
        Your First Name
        Your Last Name
        Your Phone:
        Your Email
            
        Please be advised, that for security purposes, your IP number and time of submission will be recorded. Thank You.