home *** CD-ROM | disk | FTP | other *** search
- <!--- This example shows the use of CFINCLUDE to paste
- pieces of CFML or HTML code into another page dynamically --->
- <HTML>
-
- <HEAD>
- <TITLE>CFINCLUDE Example</TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>CFINCLUDE Example</H3>
-
- <P>This example includes the main.htm page from the CFDOCS
- directory. The images do not show up correctly because
- they are located in a separate directory.
- However, the page appears fully rendered within the
- contents of this page.</P>
- <CFINCLUDE TEMPLATE="/cfdocs/main.htm">
-
-
-
- </BODY>
-
- </HTML>
-