If you do the duplicate from application to request in the application.cfm
file, the request variables should be available to all templates, including
each of the frame portions

E. Keith Dodd
Wings of Eagles Services
www.wingserv.com

----- Original Message -----
From: "Che Vilnonis" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, April 01, 2003 5:01 PM
Subject: Is there a trick...


> Is there a trick...to getting "Request" variables to work
> with pages that have frames?
>
> Something like this works in pages without frames. What gives?
>
> <cflock SCOPE="Application" THROWONTIMEOUT="NO" TIMEOUT="10"
> TYPE="Exclusive">
> <cfscript>
> Application.BGColor="FFFFFF"; // White
> Application.FlagColor="FF0000"; // Dark Red
> //
> Request.AdminVars = Duplicate(Application);
> </cfscript>
> </cflock>
>
> Am I missing something???
>
> Ché Vilnonis
> Application Developer
> Advertising Systems Incorporated
> 8470C Remington Avenue
> Pennsauken, NJ 08110
> p: 856.488.2211
> f: 856.488.1990
> www.asitv.com
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to