[thelist] help with ASP

Sharon Merritt sharon at designwithmerritt.com
Wed May 29 18:51:01 CDT 2002


Anyone have a clue whey this script won't send the BCC:

function SendOrderConfirmation()
	dim Result, Receiver, Subject, Content, Title, Body, From, CC_List,
BCC_List
	Receiver = email
	Subject = "Dave's Picture Frames Order Confirmation"
	Content = Subject
	Title = Subject
	Body = "Dear " & "" & "," & "<br>"
	Body = Body & "" & "<br>"
	Body = Body & "Thank you for ordering from Davesframes.net. Your order has
been placed and being reviewed for completeness and accuracy.  Our
representative will contact you within the next 24 hours to complete your
order."
	Body = Body & " If at any time you have questions regarding your order,
please call us at (714) 265-2326 or email to us at <a
href=""mailto:contact at davesframes.net"">contact at davesframes.net</a> along
with your full name phone number.  Again, we appreciate your business with
<a href=""" & site_root & """>www.davesframes.net</a>" & "<br>"
	Body = Body & "" & "<br>"
	Body = Body & "Sincerely yours," & "<br>"
	Body = Body & "--Dave Cummings" & "<br>"
	Body = Body & "" & "<br>"
	Body = Body & GetProductInfo
	Body = Body & "" & "<br>"
	Body = Body & GetCustomerInfo
	Body = Body & "" & "<br>"
	Body = Body & "" & "<br>"
	From = "contact at davesframes.net"
	CC_List = ""
	BCC_List = "dwmerritt at cox.net"
	BCC_List = "contact at davesframes.net"
	Result = SendMail(Receiver, Subject, Content, Title, Body, From, CC_List,
BCC_List)
end function

Sharon

Sharon Ann Merritt
Design With Merritt
http://www.DesignWithMerritt.com
http://www.eclecticacademy.com


> -----Original Message-----
> From: thelist-admin at lists.evolt.org
> [mailto:thelist-admin at lists.evolt.org]On Behalf Of pixel
> Sent: Wednesday, May 29, 2002 4:20 PM
> To: thelist at lists.evolt.org
> Subject: [thelist] Set HTTP header in ASP
>
>
> I've got another ASP question for the list.
>
> Is it possible to replace a HTTP header using ASP? Response.addHeader()
> creates a new header, but doesn't let you change an existing header.
>
> With Java's JSP and Servlet API you can do the following..
>
> Response.setHeader("HTTP_COOKIE", newCookieHeader);
>
> There is there a trick or undocumented call that I can use to replace a
> header in ASP?
>
> Thanks in advance,
>
> ~Scott
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !




More information about the thelist mailing list