Jerry Johnson wrote:
> In coldfusion, can i somehow get that page to render as it would in a
> browser, and save the resulting content to a file or variable?

<cfsavecontent variable="pageOutput">
  <!--- CFML that generates HTML and|or JavaScript --->
</cfsavecontent>


<cffile ... output="#pageOutput#">


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:260111
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to