No actually each of the frames are independent web pages so the request
variables do not pass through to them. For example, technically (if not
legally) you can create a frameset with http://www.macromedia.com/ as one of
the frames. The Macromedia.com page won't receive your request variables. 


> -----Original Message-----
> From: E. Keith Dodd [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 2 April 2003 10:42 a.m.
> To: CF-Talk
> Subject: Re: Is there a trick...
> 
> 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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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

Reply via email to