No, this is not correct.  

Application.cfm MAY have HTML in it -- but that HTML will be included at the
top of EVERY PAGE!  If that's your intention then it will work.

I have coded apps before that use Application.cfm to write the entire <HEAD>
(tailoring the title by looking at cgi.script_name) and beginning of <body>.
It can be a nice way to standardize a web site's look.

-----Original Message-----
From: Sean Daniels [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 11:52 AM
To: CF-Talk
Subject: RE: Application.cfm Problem


Put your output in a different file in the same driectory as application.cfm
and run that file. I may be wrong, but I don't think application.cfm can
have any html output in it. Only cf code.

- Sean
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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