Well... similar... <cf_layout> <cf_sometag> </cf_layout>
use cfassociate (I'm sorry, the documentation for cfassociate is all ass, but I can help you with it if you like), to expose data from cf_sometag to cf_layout then in the closing tag for cf_layout (<cfif thistag.executionmode is "end">) where you'd normally just output your footer, you can modifiy thistag.generatedcontent to add or modify whatever you need for the output... Unfortunately this approach is mutually exclusive of <cfflush> hth Isaac ------ Original Message ------ From: Jim McAtee <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Aug 28, 2003 12:30 PM Subject: Re: Write into preceding CF template >Simple example. mypage.cfm: > ><cfinclude template="header.cfm"> ><cf_sometag> ><cfinclude template="footer.cfm"> > >or, if it makes a difference: > ><cf_header> ><cf_sometag> ><cf_footer> > >Any way to have "cf_sometag" write output into "header.cfm"? I'm certain you >could do it with javascript, but considering that the CF page hasn't yet been >completely rendered, I'm thinking it may be possible purely in CF. > >Thanks, >Jim > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

