![]() |
![]() |
Select
the
Best WPC Daily
for January 2003
Tell us which photo/fact combo is your favorite and, if you pick the No. 1 answer the most times in 2003, get ready to win an exciting prize. At this point we're strongly leaning toward that WPC ballcap. Click here to view it.
WPC members get a free Fallingwater Screensaver for participating. Click here to become a member of Western Pennsylvania Conservancy.
By year's end, we would like to feature the 12 best WPC Dailies. These will be based entirely on your choices.
<% else '------------VARIABLES------------------ mailfrom = Request.Form("email") mailmessage = Request.Form("message") mailsubject = "An online survey response. The Best of WPC Daily - " & Request.Form("subject") if Request.Form("cc") = "yes" then mailto = "jrowley@paconserve.org," & Request.Form("email") else 'cc not checked mailto = "jrowley@paconserve.org" end if '-------------------------------------- 'create the mail object, set the parameters, and send the email set mymail = Server.CreateObject("CDONTS.NewMail") mymail.From = mailfrom mymail.To = mailto mymail.Subject = mailsubject 'Make the message body the user inputted message mymail.Body = mailmessage mymail.Send %>Thank you for improving WPC Daily.
To get your free Fallingwater screensaver, click here and follow the downloading instructions.
Your message has been sent to WPC's Webmaster. The following is a copy of your message:From: <%=mailfrom%> Subject: <%=mailsubject%>
<%=mailmessage%><% end if %>