|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Can I send ASP code within an HTML email? |
From: |
jdenyer |
Date: |
7/24/2001 10:31:19 AM |
IP: |
62.172.159.201 |
I get the impression this cannot be done, but...
I have a feedback form. When submit is pressed the user is redirected to a 'thank you' page.
Easy enough.
A plain text email is sent to the webmaster containing the user response. But I don't want that.
I want an HTML email that contains the user response. I can only do this if I include ASP code in the HTML email.
Something like this:
strBody = "<% @LANGUAGE = VBScript %>"
strBody = strBody & "<html>"
strBody = strBody & "<title>"
etc, etc.
strBody = strBody & "<body>"
strBody = strBody & "<%= Request.Form(FormElement)%>"
The full version of this code does not work, but it should give an idea of what I am trying to achieve.
Thanks in advance |
Follow Up - Re: Can I send ASP code within an HTML email? - Ross 8/3/2001 7:49:38 PM
Follow Up - Re: Can I send ASP code within an HTML email? - David Beal 8/13/2001 4:35:41 PM
|
|
|
|
|
|
|
|
|
|
|
|