Sebastian,
I am doing what you want.
FRAME.CFM (FILE CONTAINING FRAMESETS)
<cfoutput query="User">
<frame name="menu" src="menu.cfm?user=#Trim(user.username)#"
frameborder="0" scrolling="no">
<frame name="contents"
src="contents.cfm?user=#Trim(user.username)#" frameborder="0"
scrolling="auto">
</cfoutput>
CONTENTS.CFM (ONE OF THE FILES CONTAINING THE PASSED URL VARIABLE)
<cfquery name="User" datasource="lsars">
select * from taavon.users
where username= '#url.user#'
</cfquery>
James
sebastian palmigiani wrote:
>
> I want to pass a URL variable from a non-frame page to a frameset.
>
> Can all the different pages or frames in the frameset have access to that
> URL variable?
>
> Sebastian
>
> ------------------------------------------------------------------------------
> Archives: http://www.mail-archive.com/[email protected]/
> 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.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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.