Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: ASP problems
From: Greg Bueltmann
Date: Fri, 1 Oct 1999 16:07:17 +0100

Thanks again for the help. I'm learning more all the time.

The ASP takes data from a form and sends it out as email. Here's the
script.

<%@ Language=VBScript%>
<%
Set TheMail = Server.CreateObject("CDONTS.NewMail")
TheMessage = "From: " & Request.Form("fullname")& vbnewline & vbnewline & _
"Hey dude! Here's my views on CRM Systems..." & vbnewline &
vbnewline & _
"Browser " & Request.Form("StatementBrowser") & vbnewline & _
"System Integration " & Request.Form("StatementSystem") & vbnewline
& _
"Sales " & Request.Form("StatementSales") & vbnewline & _
"Sales Management " & Request.Form("StatementManagement") &
vbnewline & _
"Telesales" & Request.Form("StatementTelesales") & vbnewline & _
"Time Management " & Request.Form("StatementTime") & vbnewline & _
"Marketing " & Request.Form("StatementMarketing") & vbnewline & _
"Executive Reporting " & Request.Form("StatementReporting") &
vbnewline & _
"Field Service " & Request.Form("StatementService") & vbnewline & _
"E-Commerce " & Request.Form("StatementCommerce") & vbnewline & _
"Data Synchronization " & Request.Form("StatementSync") & vbnewline
& _
"Comments " & Request.Form("CommentCollection")
TheMail.Send "surveyatn2nsolutions [dot] com","gbueltmannatn2nsolutions [dot] com","CRM
Survey",TheMessage
Set TheMail = Nothing
%>

GB

> -----Original Message-----
> From: mbainatza [dot] ibm [dot] com [mbainatza [dot] ibm [dot] com (mailto:mbainatza [dot] ibm [dot] com)]
> Sent: Friday, October 01, 1999 12:56 AM
> To: flasheratchinwag [dot] com
> Subject: RE: FLASH: ASP problems
>
>
>
>
> What is it that the ASP does ?
>

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]