Hi,

> What I'd like, is for the aspx be run on it's own 
> server, and then grab
> the results, as an include. In this particular 
> case, it would be the
> "Header" and "Left menu" includes. 

that can not be done with cfinclude. You could use cfhttp for that:
<cfhttp method="get" url="http://asp-server/dir/header.aspx";>
<cfoutput>#cfhttp.filecontent</cfoutput>

HTH,

Chris




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230813
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to