Re: !-#include file=cfFile.cfm -

2001-01-05 Thread Fred T. Sanders
cumentation for your webserver. Norman Elton Information Technology College of William Mary -Original Message- From: sebastian palmigiani [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 4:57 PM To: CF-Talk Subject: Re: !-#include file="cfFile.cfm" - You can't d

RE: !-#include file=cfFile.cfm -

2001-01-05 Thread Owens, Howard
I can't believe all of the people who posted to this question and said that it can't be done. Let me reinterate: IT CAN BE DONE. We need to nip in the bud this my myth that it can't be done. It doesn't take any special configuration of the server or CF. Just include your SSI include in a

Re: !-#include file=cfFile.cfm - - try a Fuselet

2001-01-05 Thread Billy Cravens
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? Using our Fuselet method, you can put a CF (or ASP) application on any type of webpage, served on any pla

RE: !-#include file=cfFile.cfm - - try a Fuselet

2001-01-05 Thread ron
Looks okay to me with NS4.7, NS6, and NS4.5 on a Mac. Can you be more specific? -ron -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Friday, January 05, 2001 3:19 PM To: CF-Talk Subject: Re: !-#include file="cfFile.cfm" - - try a Fuselet You sho

RE: !-#include file=cfFile.cfm - - try a Fuselet

2001-01-05 Thread Robert Everland III
What the heck is a fuselet. Bob Everland -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 5:40 PM To: CF-Talk Subject: RE: !-#include file="cfFile.cfm" - - try a Fuselet Has anyone ever included a cfm file inside of a

RE: !-#include file=cfFile.cfm - - try a Fuselet

2001-01-05 Thread lsellers
What the heck is a fuselet. Bob Everland Min smirks as he walks off the stage and hits the flood light. He fumbles in his pocket for a smoke, waiting for a speaker to run up the isle to the stage. --min ~~ Structure your ColdFusion code

!-#include file=cfFile.cfm -

2001-01-04 Thread Eric Fickes
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"

RE: !-#include file=cfFile.cfm -

2001-01-04 Thread Alex Leon
Eric, This won't work because the template won't get sent to ColdFusion for processing before it is included. You need to make the whole page a ".cfm" and use CFINCLUDE. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: !-#include file=cfFile.cfm -

2001-01-04 Thread sebastian palmigiani
!-#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.fusionauth

RE: !-#include file=cfFile.cfm -

2001-01-04 Thread Kevin Langevin
Fickes [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 12:19 PM To: CF-Talk 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 a

Re: !-#include file=cfFile.cfm -

2001-01-04 Thread Billy Cravens
: 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=&

RE: !-#include file=cfFile.cfm -

2001-01-04 Thread Rick Lamb
That's not going to work because it has to run before the html is parsed, which is when the SSI is included. Rick -Original Message- From: Eric Fickes [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 11:19 AM To: CF-Talk Subject: !-#include file="cfFile.cfm" -

Re: !-#include file=cfFile.cfm -

2001-01-04 Thread John Quarto-vonTivadar
quot; [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 insid

RE: !-#include file=cfFile.cfm -

2001-01-04 Thread Patricia Lee
with extensions of .htm process through the cf server. And at that point you could just go ahead and use a regurlar cfinclude. -Patti -Original Message- From: Eric Fickes [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 12:19 PM To: CF-Talk Subject: !-#include file="cfFil

Re: !-#include file=cfFile.cfm -

2001-01-04 Thread Chad Gray
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.

Re: !-#include file=cfFile.cfm -

2001-01-04 Thread Jon Hall
rom: "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

RE: !-#include file=cfFile.cfm -

2001-01-04 Thread John McKown
, January 04, 2001 12:19 PM To: CF-Talk 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

RE: !-#include file=cfFile.cfm -

2001-01-04 Thread Christopher Olive, CIO
04, 2001 12:19 PM To: CF-Talk 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 !-#in

RE: !-#include file=cfFile.cfm - - try a Fuselet

2001-01-04 Thread ron
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" - an

Re: !-#include file=cfFile.cfm -

2001-01-04 Thread Brendan Avery
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 ~~ Struct

RE: !-#include file=cfFile.cfm -

2001-01-04 Thread Norman Elton
Information Technology College of William Mary -Original Message- From: sebastian palmigiani [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 4:57 PM To: CF-Talk Subject: Re: !-#include file="cfFile.cfm" - You can't do it. on 1/4/01 11:18 AM, Eric Fickes at [EMAIL PROTEC

RE: !-#include file=cfFile.cfm -

2001-01-04 Thread Owens, Howard
01 9:19 AM To: CF-Talk 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 followin

Re: !-#include file=cfFile.cfm -

2001-01-04 Thread Jon Hall
rom: "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

Re: !-#include file=cfFile.cfm -

2001-01-04 Thread CF
: "Billy Cravens" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, January 04, 2001 1:48 PM Subject: Re: !-#include file="cfFile.cfm" - Remember that this only includes the file as ASCII -- nothing is executed. Including a .cfm will have the sam