%@ Language=VBScript %> <% Response.buffer = true If not IsEmpty (Request.Form("Submit")) Then 'Declaration of Variables Dim strSender 'the sender's email address or name Dim strRecipient 'the email address this mail will be sent to Dim strSubject 'the subject of the email being sent Dim strMessageText 'the body text (or HTML) of the email being sent Dim objMail 'the email object on the server 'Assignment of values to variables set strSender = Request.Form("Email") set strRecipient = Request.Form("Recipient") set strSubject = Request.Form("Subject") strMessageText = "
Individual Membership Application
The following person has applied for Individual membership in the JASP.
"&_ ""&Request.Form("Name")&"
"&_
Request.Form("Organization")&"
"&_
Request.Form("Address")&"
"&_
Request.Form("City")&", "&Request.Form("State")&" "&Request.Form("Zip")&_
"
Home Phone: "&Request.Form("HomeTel")&_
"
Work Phone: "&Request.Form("WorkTel")&_
"
Fax: "&Request.Form("Fax")&_
"
E-Mail Address: "&Request.Form("Email")&"
"&_ "He/She desires to become a member at the following level: "&Request.Form("MemLevel")&". "
Response.Write("From: "&strSender&"
"&_
"To: "&strRecipient&"
"&_
"Subject: "&strSubject&"
"&_
"Body: "&strMessageText&"
![]() |
|||
![]() |
|
||