Frames and fusebox go together well, but you need to manage header/footer
files more precisely.

Assuming a fuseaction would bring up a list of submissions on a left frame
and editing of a submission in the right frame.

You would have a fa of listSubmissions, this would include the
dsp_listsubmissions_layout.cfm which would set up your left and right
frames. The header and footer files would be set to "" so that only the
frames would be displayed.

The frame sources would be
#request.webroot#/index.cfm/fuseaction/browsesubmissions for the left frame
and a 'blank' page for the right frame (fuseaction of 'blank').

Your browsesubmissions page would provide fuseactions to approve a
submission targeted to the right frame.

It is important to manage the header/footer files. I use a variable to tell
the header/footer files in what mode to display its content. Mode should
always be set in the index.cfm...

Hope this helps

Adam

> ----------
> From:         Huffnagle, Ralph[SMTP:[EMAIL PROTECTED]]
> Sent:         06 September 2000 21:09
> To:   '[EMAIL PROTECTED]'
> Subject:      Framesets
> 
> I haven't read anything about using frames with fusebox. I write intranet
> applications that usually have a menu bar and a "work area". I have just
> started using Fusebox.  So, now the work area would contain the fusebox
> and
> the menu bar would contain links to the index.cfm with different
> fuseActions
> defined.   
> Has anyone else addressed this problem? Is there a better way to handle
> it?
> Are frames and fusebox not suppose to mix? 
> Thanks for any help. Ralph 
> 
> 
> <HTML>
> 
>       <frameset frameborder="no" cols="160,*" framespacing="0">
>               <frame name="contents" src="dsp_contents.cfm"
> marginwidth="1" marginheight="1" scrolling="auto" noresize></frame>
>       <cfoutput>
>       <cfparam name="fuseaction" default="">
>               <frame name="work" src="index.cfm?fuseaction=#fuseaction#"
> marginwidth="1" marginheight="1" scrolling="auto" noresize></frame>
>       </cfoutput>
>       </frameset>
> 
> </HTML>
> 
> Ralph S. Huffnagle
> 215-444-5012
> [EMAIL PROTECTED]
> 
> --------------------------------------------------------------------------
> ----
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> 
**********************************************************************
 This email and any attachments are confidential and solely
 for the use of the intended recipient.  They may contain
 material protected by legal professional or other privilege.
 If you are not the intended recipient or the person responsible
 for delivering to the intended recipient, you are not authorised
 to and must not disclose, copy, distribute or retain this email
 or its attachments.  Although this email and its attachments
 are believed to be free of any virus or other defect, it is the
 responsibility of the recipient to ensure that they are virus free
 and no responsibility is accepted by the company for any
 loss or damage arising from receipt or use thereof.

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

Reply via email to