<% 'Modify the address below to whatever you want the message sent to. '============================================================================ EmailTo = "book@profam.org" '============================================================================ dim formPosted formPosted = request("posted") if formPosted then dim strMessage, EmailFrom, EmailTo, strBody, strSubject strMessage= request("txtmessage") EmailFrom = request("txtfrom") strSubject = request("txtsubject") Dim objCDO Set objCDO = Server.CreateObject("CDONTS.NewMail") objCDO.To = EmailTo objCDO.From = EmailFrom if strSubject = "" then strSubject = "Message Sent From worldcongress.org" objCDO.Subject = strSubject objCDO.Body = strmessage objCDO.Send Set objCDO = Nothing end if %> :::THC-WCF:::

 Home | Purpose WCF6 WCF5 WCF4 | WCF3 | WCF2 | WCF1 | Regional | People | Family Update | Newsletter | Press | Search | DONATE | THC 

<%if not(formPosted) then %>

Please fill out form to contact our BOOKSTORE:

Enter your e-mail address:  

Enter a subject:

Enter your message:

"> "> ">
<%else%>

 

Thank You.  Your message has been sent.

Click here to Go Back

<%end if%>

Copyright © 1997-2012 The Howard Center: Permission granted for unlimited use. Credit required. |  contact: webmaster