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