|
-
May 28th, 2002, 03:56 PM
#1
Snap shop of processed ASP Page
Hi,
I am creating an ASP application that generates a page to be sent via e-mail in HTML format. Its sort of like a promotional e-mail.
Is there a way in which I can capture all the finalized or processed ASP that is going to be sent to the client in HTML before it is sent to the client? So I can use it as a variable for the body in the e-mail object.
In other words I want to programmatically capture the HTML content of an ASP page the same way one would capture that content by simply going into their browser and selecting "View Source."
I then want to put that finalized HTML content into a database for retrieval at a later date.
Is this possible??
Thanks ... any help would be appreciated.
-Rich
-
May 28th, 2002, 04:07 PM
#2
PowerPoster
I think that if you use the Inet control (Go to Tools->Components and choose Microsoft Internet Transfer Control) when you get the file, it will render the ASP before you get it, so when you download it into a variable, it will already be the processed HTML and will be just like plain HTML... I'm not absolutely positive that this works with ASP, but I do know it works with PHP.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|