Just a small pickly point you need to surround your cf generated content within 
the savecontent block with a cfoutput as in:

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

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

hth,
larry

>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:260124
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to