Macromedia ColdFusion 5 Training from the Source (With CD-ROM)

I l @ ve RuBoard

<CFINCLUDE>

Allows you to include other files within your ColdFusion pages.

Syntax

<cfinclude template="Name_of_template_to_include">

Attributes

Template: Required. The path to the file you want to include.

Example

<!--- Include navigation ---> <cfinclude template="navigation.cfm">

I l @ ve RuBoard

Категории