This:

<cfsavecontent variable="myPage">
        <cfinclude template="my-page.cfm">
</cfsavecontent>

<cfdump var="#HTMLEditFormat(myPage)#">

Or this:

<cfhttp url="http://www.adrianlynch.co.uk/";>

<cfdump var="#HTMLEditFormat(CFHTTP.FileContent)#">

Adrian

> -----Original Message-----
> From: dev losh [mailto:devl...@gmail.com]
> Sent: 16 January 2009 12:16
> To: cf-talk
> Subject: call a cfm page from cfc
> 
> hi all,
> 
> Is it possible to call a cfm page from cfc?
> 
> i.e,  My requirement is to  call a cfm page and store the output in a
> variable all inside cfc.
> 
> Please help me if this is possible.
> Thanks,
> Dev


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:318057
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to