Send Email to <%= strContact %>
<% if bolSubmitted then if intErrorCount > 0 then %>
Please correct the following then click [Send Email]:
<% else ' Thank you content goes here... %>

<%= strName %>, your Email has been sent!

<% end if else ' Instructions go here... %> This form has been provided to protect the privacy of the users of the site. Some unscrupulous companies dispatch software to steal Email addresses from web sites throughout the Internet. They do this so that they may send you unsolicited junk Email.

By hiding all Email addresses, your Email addresses are protected from such software. <% ' Display the special error message when present. if strSpecialError <> "" then response.write "

" & strSpecialError & "

" & vbCRLF end if end if ' Display the contact form if intErrorCount > 0 OR NOT bolSubmitted then %>
" /> " />
To: <%= strContact %>
From:
Your Name Your Email Address
CC: /> Check this if you would like to recieve a copy of this message.
Subject:
Message:



<% end if %>