%@ Language=VBScript %>
<%'this page is displayed after a form is submitted on erb.asp and an email is sent
dim strTitle
strTitle="ERB Form - Submitted"
%>
Employee Referral Program
Employee Referral Program - Submitted...
<%If err.num = 0 then %>
Thank You!
<% else %>
There was an error:
<%err.num%><%err.description%>
. Your request has not been submitted. Please contact HR.
<%end if %>
Here is the information that you entered:
<% Del=Len("
Employee Referral Program.
")
Rest=Len(EmailBody) - Del
response.write Right (EmailBody, Rest)
%>