I am doing that.

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




"DeVoil, Nick" 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?
> 
> Not by default, but you can pass them straight through the frameset into the
> individual pages/frames via the FRAME SRC= attribute.
> 
> Nick
> 
> **********************************************************************
> Information in this email is confidential and may be privileged.
> It is intended for the addressee only. If you have received it in error,
> please notify the sender immediately and delete it from your system.
> You should not otherwise copy it, retransmit it or use or disclose its
> contents to anyone.
> Thank you for your co-operation.
> **********************************************************************
> ------------------------------------------------------------------------------
> 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.

Reply via email to