If you do any of the following:
<cfinclude template="somepage.asp">
<cfinclude template="somepage.html">
<cfinclude template="somepage.txt">
<cfinclude template="whatever">

It will still think of it as a CFML document and will try to parse it as such.

--B][A / [EMAIL PROTECTED]

Also, if you do a <cfinclude
At 03:57 PM 1/4/2001 -0600, you wrote:

>You can't do it.
>
>
>on 1/4/01 11:18 AM, Eric Fickes at [EMAIL PROTECTED] wrote:
>
> > Hello all,
> >
> > Has anyone ever included a cfm file inside of a .html file?  I've got an
> > HTML page that I would like to include a small CF page inside of and I 
> can't
> > seem to get it to work.  I've tried the following
> >
> > <!-#include file="cfFile.cfm" ->
> >
> > <!-#include virtual="cfFile.cfm" ->
> >
> > and neither seem to do anything.  Any ideas?
> >
> > E
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to