The cfm page will not run unless it is processed by the coldfusion dll.
There are a couple of ways to do this. Change your html pages to be run
through coldfusion or use the <img src="mypage.cfm"> trick and use cfcontent
to spit out your content.


jon
----- Original Message -----
From: "Eric Fickes" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 04, 2001 12:18 PM
Subject: <!-#include file="cfFile.cfm" ->


> 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