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