Every part of a frame is it's own request. So if index.cfm outputs a frameset and sets request.foo to 1, the frames will not see request.foo because they are new requests.
======================================================================== === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Che Vilnonis [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 01, 2003 4:02 PM > To: CF-Talk > 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

