<%
comm = Request.Form("comments")
Dim objNewMail
Set objNewMail = Server.CreateObject("CDONTS.NewMail")
objNewMail.From = "WWW"
objNewMail.To = "HORNSW@dnr.state.wi.us"
objNewMail.Subject = "comments for Lake Superior Fish Community Objectives"
objNewMail.Body = comm
objNewMail.Send
Set objNewMail = Nothing
%>
Thanks for the review! Your comment has been sent to the Lake Superior Committee!
Go back
GLFC Home Page