RE: Newbie CF architecture question

2001-04-25 Thread James Maltby
COM objects can be called from outside a page. J -Original Message- From: Julie Clegg [mailto:[EMAIL PROTECTED]] Sent: 25 April 2001 14:16 To: CF-Talk Subject: Newbie CF architecture question Hello, I have a genreal question concerning how CF embeds other code into its code.

Re: Newbie CF architecture question

2001-04-25 Thread Jeffry Houser
Look up your documentation on CFINCLUDE. In basic terms, you can take some code (any code you want) and put it in a separate file, and then include that file in your other template. I commonly use this for headers and footers. If you create a file (we'll call it 'myinclude.cfm')