% EventTitle = application("RemoteParticipationEventTitle") & " " EventID = application("RemoteParticipationEventID") if request.querystring("EventID")<>"" then EventID=request.querystring("EventID") %>
| First | Last | Company | |
|---|---|---|---|
| <%=Server.HTMLEncode(rs.Fields("Firstname").Value)%> |
<%=Server.HTMLEncode(rs.Fields("Lastname").Value)%> |
<%=Server.HTMLEncode(rs.Fields("Company").Value)%> |
<% ' < =Server.HTMLEncode(rs.Fields("Email").Value) > | %>