NB. There is a major difference between application.cfm and onrequestend.cfm

application.cfm runs before all .cfm in current folder and ALL sub-folders
below.
(unless another application.cfm is found in any of the sub-folders)

onrequestend.cfm runs before all .cfm in current folder BUT NOT IN
sub-folders below.

Mike Connolly

-----Original Message-----
From: Justin [mailto:[EMAIL PROTECTED]]
Sent: 11 July 2001 14:41
To: CF-Talk
Subject: RE: Debug output - OnRequestEnd.cfm


Mike,

OnRequestEnd.cfm works just like Application.cfm.
As we all know Applicaion.cfm gets run before every page.
OnRequestEnd.cfm runs at the end of every page.
Your OnRequestEnd.cfm should reside in the same folder as Application.cfm.

Justin Hansen - [EMAIL PROTECTED]
Web Application Developer
Interactive Business Solutions, Inc
816-221-5200 ext. 1305


-----Original Message-----
From: Mike Kear [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 5:12 PM
To: CF-Talk
Subject: RE: Debug output

Ummmm Justin,  what's onrequestend.cfm?    The way you wrote that makes me
think that's another of the many undocumented features of CF that I learn
about here rather than in the documentation or the books.

Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks

-----Original Message-----
From: Justin [mailto:[EMAIL PROTECTED]]
 Subject: RE: Debug output

Try putting <font color="white"> after your </html> at the end of your
pages.
Better yet, you could put it in onrequestend.cfm, then you wouldn't have to
modify all your pages.

Justin Hansen - [EMAIL PROTECTED]
Web Application Developer
Interactive Business Solutions, Inc
816-221-5200 ext. 1305
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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