<%
Dim blNew
Dim sEmailAddress
Dim blEmail
Dim blANL
Dim blHICV
Dim blSL
Dim blOAA
Dim blSent
If len(request("sIP")) > 0 then 'have they clicked submit
blNew = False
Else
blNew = True
End If
If len(request("sEmail")) > 0 then
blEmail = True
sEmailAddress = request("sEmail")
Dim objSendMail
set objSendMail = Server.CreateObject("vbSendMail.clsSendMail")
If request("blNews") = "checked" then
blANL = "Yes"
Else
blANL = "No"
End If
If request("blInsuranceVolunteer") = "checked" then
blHICV = "Yes"
Else
blHICV = "No"
End If
If request("blSenior") = "checked" then
blSL = "Yes"
Else
blSL = "No"
End If
If request("blOlderAmericans") = "checked" then
blOAA = "Yes"
Else
blOAA = "No"
End If
objSendMail.SMTPHost = "192.168.0.128"
objSendMail.UserName = "Web Master"
objSendMail.Password = "web"
objSendMail.From = "webmaster@ardc.org"
objSendMail.FromDisplayName = "Site Contact Form"
objSendMail.Recipient = "xolotl@ardc.org"
objSendMail.RecipientDisplayName = "Web Manager"
objSendMail.Subject = "Web Page Contact Submission"
objSendMail.Message = "Received from " & request("sName") & chr(13) & _
"at " & sEmailAddress & Chr(13) & _
"IP: " & request("sIP") & Chr(13) & _
"Receive Aging Connection Newsletter: " & blANL & Chr(13) & _
"Learn about becoming a health insurance counseling volunteer: " & blHICV & Chr(13) & _
"Get help from the Senior Linkage Line: " & blSL & Chr(13) & _
"Learn about Older Americans Act funding for services and projects: " & blOAA & Chr(13) & _
"Other: " & request("sOther")
'bjSendMail.AsHTML = True
objSendMail.Send
blSent = True
Set objSendMail = Nothing
Else
blEmail = False
blSent = False
End If
%>
<% If not blSent then %>
<% Else %>
|
| Select a Font Size |
| Seeking Members to Serve on the Advisory Committee on Aging The Arrowhead Regional Development Commission (ARDC) is seeking persons to serve on the Advisory Committee on Aging. The Committee guides the activites of the Arrowhead Area Agency on Aging. Persons age 60+ are especially encouraged to apply. For more information or for an application, contact Kara Edwards at 218-529-7520 |
| Lending Library
|
| A collection of VHS and DVD videos, books, resource manuals, computer CD-ROM software and simulations are available for checkout by contacting the Arrowhead Area Agency on Aging in Duluth, Minnesota. Many of these resources were purchased through federal grants, some were donated and others have been purchased with other local or state monies. Click here to view the catalog |
| Care Consultant Services
|
|


