Think of frames as individual pages. Including not only the page that creates the frame, but each frame's SRC attribute. Therefore each has its own set of request variables that have to be handled in the same way that individual pages have to handle them. Once you "get" this, then dealing with frames is neither more nor less difficult than any "regular" page -- although, to be sure, a frames-based site will typically score much much lower in the search engine rankings than the equivalent non-frames site.
-----Original Message----- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 5: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 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

