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

Get the mailserver that powers this list at 
http://www.coolfusion.com

Reply via email to