Never think your questions are unworthy of asking and keep in mind that this
isn't a solutions forum. This forum is used by everyone for their own
reasons but it doesn't say that everyone's question will get answered
either.
I use both frames and IFrames with fusebox. I used Nat's example to get me
started and then I used my own wits to do the rest.
Fusebox is idepentent of the html specifications(other than you can send
html to the browser) and so your problems could be due to lack of knowledge
of how frames really work or how ColdFusion and the Web Server interact...do
some background research into what Frames do.
I use javscript to communicate across many different levels of the dom
(parent.parent.document.all.Iframe.yadda) but you really need to be aware of
how the technology works.
I use this format:
case=frameParent
this generates the html necesary to create your frame structure...it
defines 3 frames each of which must have a fuseaction in it's src attribute
case=header
simple webpage with header graphic
case=nav
simple webpage displaying navigation info...updated by the content page
through javascript <cf_bodycontent handy=yes>
case=content
whatever you want
this is really all you need to do. ColdFusion does not interact with the
dom(per say) and so your jscript issue is outside the frames and fusebox
issue. Try to narrow your complexity until you can successfully solve your
problem.
Good luck,
Emilio
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists