That works for me.  I hadn't even though about that.  Thanks for the help, and I'll be 
sure to pass on the greetings.  :)

Bob
<)))><


-----Original Message-----
From: Tim Painter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 04, 2002 3:16 PM
To: CF-Talk
Subject: Re: Suppress OnRequestEnd.cfm output


I'd use the cgi.script_name variable and test for that to suppress it:

e.g

<cfif cgi.script_name neq "iframe_template.cfm">
    Show output....
</cfif>

HTH,
Tim P.

p.s -- tell my father-in-law (Ron B) I said hello :)

----- Original Message ----- 
From: "Yexley Robert D Contr Det 1 AFRL/WSI" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, September 04, 2002 2:59 PM
Subject: Suppress OnRequestEnd.cfm output


> I have an OnRequestEnd.cfm file that I use for my application, and I 
> find it to be very useful, but I have a few documents that are used 
> for the contents of iframes on which I would like to be able to 
> explicitly suppress the output of the OnRequestEnd.cfm file.  Is there 
> any way to do this at the document level?  I've searched the archives, 
> and haven't found much pertaining to this.  Does anyone have any 
> ideas?  Thanks in advance.
> 
> ::YEX::
> <)))><
> 
> /*
> || Robert D. Yexley
> || Oracle Programmer/Analyst
> || Northrop Grumman IT
> || Contractor - Wright Research Site MIS
> || Det-1 AFRL/WSI Bldg. 45 Rm. 062
> || (937) 255-1984
> || [EMAIL PROTECTED]
> || <)))><
> */
> 
>  <<Robert D. Yexley (E-mail).vcf>>
> 
> 

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to