or surround the application.cfm code with a test for the single page.

<cfif NOT listlast(cgi.script_name) EQ "myPage.cfm">
    application.cfm code...
</cfif>

jon


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 09, 2001 11:46 AM
Subject: RE: excluding application.cfm from one template


> You would have to place your template in a further subfolder which
contains
> a blank application.cfm.  As far as I know that's the only way to do it.
>
> -----Original Message-----
> From: Jay Brushett [mailto:[EMAIL PROTECTED]]
> Sent: 09 April 2001 14:10
> To: CF-Talk
> Subject: excluding application.cfm from one template
>
>
>
> HI,
>
> I was wondering if there is a way to exclude application.cfm from showing
> up on one template.
>
> Thanks,
>
> Jay
> < > < > < > < > < Strategy ~ Creativity ~ Technology > < > < > < > < > < >
>
> Jay Brushett
> [EMAIL PROTECTED]
>
> Developer
>
> < ZeddComm Inc. >
> 2nd Floor, The Tower | 100 Signal Hill Road
> St. John's, Newfoundland | Canada A1A 1B3
> Main: 709.570.5669 | Fax: 709.739.9003
> Web: www.zeddcomm.com
> < > < > < > < St. John's ~ Toronto ~ Newport Beach ~ Ottawa > < > < > < >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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