Assuming the other template you're calling is a cf one, then CFINCLUDE and/or CFMODULE are almost certainly what you want. I'm not sure what you mean when you say "we need portability" and "CFINCLUDE forces hard coding of file directories". Could you be more specific?
If the template you're calling is not a CF one then you might want to look at GetPageContext().include(filename). As for CFHTTP, IMHO this should be used for getting stuff from *other* sites/servers: i've never come across a situation where using CFHTTP to make a request to the same server cannot be done in a more, er, elegant way. Cheers Bert On Sat, 22 Jan 2005 02:35:20 -0600, Nick Baker <[EMAIL PROTECTED]> wrote: > Calling another template. Same site. Different subdirectory. > > CFEXECUTE does what I believe I need, but we need portability, and > CFEXECUTE is disabled by lots of host. > > Short comings of other tags I haven't found an elegant way to over come: > > 1. CFINCLUDE - We are doing some file work and using CFINCLUDE forces hard > coding of file directories > > 2. CFCONTENT and CFMODULE appear to hold some possibilities, but haven't > used these in this sort of method. Concerned about what problems I might be > introducing? > > 3. CFHTTP appears to be the best based on what I know, but is this really > elegant? > > Thanks, > > Nick > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware: a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191524 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

