Re: CFHTMLHEAD data

2004-05-13 Thread Jim McAtee
PROTECTED]> Sent: Thursday, May 13, 2004 4:39 AM Subject: CFHTMLHEAD data > Morning... > > Is there any way that I can get hold of the data currently in the > CFHTMLHEAD buffer that will be output as the page is rendered/delivered? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFHTMLHEAD data

2004-05-13 Thread Nathan Strutz
#GetPageContext().getOut().getString()# will return all of the rendered output thus far in a string. You can parse through that yourself to find the section and see what's in there. -nathan strutz http://www.dopefly.com/ Tim Blair wrote: > Morning... > > Is there any way that I can get hold

CFHTMLHEAD data

2004-05-13 Thread Tim Blair
Morning... Is there any way that I can get hold of the data currently in the CFHTMLHEAD buffer that will be output as the page is rendered/delivered? Tim. -- --- Maze Solver - http://tech.badpen.com/cfcontest/ -