Paul Vernon wrote: > Actually you can "go back" and modify the content of the buffer... Yes you can by using either the 'Request' functions and|or the pageContext Java Objects, as your examples show and I mentioned in my first post.
But this goes beyond a simple CFML function run inline. Looking at the <CFHTMLHead...> tag, it looks like you can easily *add* a title to the head of the HTML content in the buffer, but it will *not* replace and existing title. Without testing, I would guess that if you already had a title tag then ColdFusion would just add a second one if you used <cfHTMLHead...>. But Adobe's LiveDocs include a user comment on how to use the above mentioned pageContext objects to remove tags. http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=00000271.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317939 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

