%
if len(request.form("txtComments")) > 0 then
Set Mail = Server.CreateObject("Persits.MailSender")
Mail.Host="mail.handinhandinc.com"
Mail.From="pac@handinhandinc.com"
Mail.Subject="New Comments"
Mail.Body = ""&request.form("selCategory")&"
"&request.form("txtComments")&""
Mail.IsHTML = True
Mail.AddAddress "pac@handinhandinc.com"
On Error Resume Next
Mail.Send
If Err <> 0 Then
Response.Write "An error occurred: " & Err.Description
End If
end if
%>
Comments
NEW LOCATION
1300 Tower Lane NE
Cedar Rapids, IA 52402
(319) 832-1575