We value your feedback. Please provide your comments below. Your contact information is optional, but necessary if you would like a reply. <%end sub '---------------------------------------------------------------------------------- sub sendmail if len(vname) = 0 Then vError = "Please enter your name" Exit Sub End If If Len(vemail) = 0 Then vError = "Please enter your email address" Exit Sub End If If Len(vcomment) = 0 Then vError = "Please enter your question or comment" Exit Sub End If Dim oBody oBody = "Feedback Form" & vbCrLf oBody = oBody & "Name: " & vname & vbCrLf oBody = oBody & "Address: " & vaddress & vbCrLf oBody = oBody & "City/State/Zip: " & vaddress2 & vbCrLf oBody = oBody & "Phone: " & vphone & vbCrLf oBody = oBody & "Email: " & vemail & vbCrLf oBody = oBody & "Fax: " & vfax & vbCrLf oBody = oBody & "Comment: " & vcomment & vbCrLf Dim oMail Set oMail = Server.CreateObject ("CDONTS.NEWMAIL") oMail.From = "infopros@infopros.com" oMail.Subject = "Feedback Form" oMail.Body = oBody oMail.To = "klyman@cmspcounties.org" oMail.Bcc = "maintenance@infopros.com" oMail.Send End Sub '---------------------------------------------------------------------------------- Sub DisplayError(errorMessage) %><%=errorMessage%>
<% end sub '---------------------------------------------------------------------------------- sub displayresult if len(verror) = 0 Then %>
|
Thank you for submitting your comment. |

