Haven't read the other posts, but it sounds like what you want is an ASP equivalant to <cfsavecontent>, correct?

-- Adrian

Jordan Gouger wrote:
Thanks for the help everyone but perhaps I should clarify more.

In my CF applications, I essentially use the <cfmail> as a wrapper
tag and call many include files. The actual contents of the e-mail
are the rendered content from the includes. I usually do this because
it is easier than recreating all of the loops, queries, etc inside of
<cfmail>. Much of the content in includes is dynamic.  I'm trying to
figure out a way to do something like this in ASP without having to
rewrite everything. In an ideal situation, I'd like to be able to set
the contents of a rendered page to a variable name and then pass that
into CDO. If that won't work, would it be possible to execute an ASP
page and then send the rendered content as an attachment?

Thanks,

Jordan
----------------------------------------------------------
To post, send email to [email protected]
To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm





Reply via email to