Results 1 to 2 of 2

Thread: Snap shop of processed ASP Page

  1. #1
    RichDef
    Guest

    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

  2. #2
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    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.
    <removed by admin>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width