andrewEmbassy
Programmer
I've got this receipt page that pulls all this info from cookies and databases and forms and stuff, and I want to basically email a copy of that page to the company and the user- and while I could go through and replace every "Response.Write(...." with "emailString = emailString & ...", I was wondering if maybe there was a better way of doing it, like maybe I could stream the output of the ASP page into a file and mail that or something? Ideas?
Andrew
Andrew