I ask for some advice on if this is the best way to pass a URL parameter to
a nested frame.

In application.cfm I have

<CFIF IsDefined("URL.month")>
        <CFSET SESSION.month="#URL.month#">
</CFIF>

The frame cannot access the URL parameter directly so I though of this work
around.  Am I going to run into problems down the road if I do this?

Thanks.

--------------------
Tim Bahlke, CIFO
thinkcreate.com
p. 336.230.0575
f. 336.230.0083



------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to