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.