%@ Language=VBScript %> <% if len(Request.Form("submit")) > 0 then dim body body = body & "Name: " & Request.Form("name") & vbcrlf body = body & "Email: " & Request.Form("email") & vbcrlf body = body & "Referred By: " & Request.Form("referral") & vbcrlf body = body & "Comments: " & Request.Form("comments") & vbcrlf dim objMsg set objMsg = Server.CreateObject("CDONTS.NewMail") objMsg.From = "ovenall@netenterprises.com" objMsg.To = "ovenall@netenterprises.com" 'objMsg.To = "ovenall@netenterprises.com" objMsg.Subject = "Message from Copyright for Collage Artists" objMsg.body = body objMsg.send set objMsg = nothing Response.redirect "thanks.htm" end if %>
![]() |
||
|
|
FeedbackIf you have a question or comment, I would love to hear from you. You can use this feedback form, or send me email at sarah@funnystrange.com |
|