actually if all your are trying to get is the SESSION.month variable all you
have to do is append #session.urltoken# to your frame and href's and forms.

<frameset rows="50%,50%">
<cfoutput>
<frame src="topFrame.cfm?#session.urltoken#" name="topFrame">
<frame src="bottomFrame.cfm?#session.urltoken#" name="bottomFrame">
</cfoutput>
</frameset>


------------------------------------------------------------------------------
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