At 04:50 PM 6/23/00 -0400, you wrote:
>I'll try and make this as clear as possible...
>
>What I am attempting to do is include header and footer pages on any given
>document.  These are .htm pages, and are not on a cold fusion server so I
>can't use <cfinclude>.  Is there a way, and where do I find the resources to
>do this?
>
>Please email me off the list.


Well, you can use CFINCLUDE without using .cfm files.. I do it all the 
time; using

<CFINCLUDE TEMPLATE="texas.html">

...

I've got <CFIF....> statements that determine which static HTML template to 
load, and I've never had a problem using CFINCLUDE to handle this; I've 
seen CFINCLUDE to also include plain .TXT files, I'm unsure of why the 
assumption is you can't use a

<CFINCLUDE TEMPLATE="header.html">
<CFINCLUDE TEMPLATE="footer.html">

Or am I missing something here... ?

CW

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to