Can you not take the html for your tables out of app_layout and save them as
another header file?  I don't understand why you would have to resort to
<iframe>'s.
Brad
-----Original Message-----
From: Michael Omar Gatto [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 27, 2000 4:59 PM
To: Fusebox
Subject: Re: How to have one fuseaction use frames?

You neeed to use
<td>
<iframe></iframe>
</td>
Not sure about Netscape support for it, but they have
something similar: <Layer> that also takes a "SRC"
attribute, just like a IFRAME.
-Mike
----- Original Message -----
From: "Ryan" <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Monday, November 27, 2000 8:24 AM
Subject: How to have one fuseaction use frames?

> I need one of my fuseactions to display a framed page. In
my app_layout
> file for this directory, I have tables defined to make
header & footer
> display properly. So if my fuseaction results in a
frameset, the browser
> ends up seeing this (if I have set headerfile and footer
file to blank):
>
> <TABLE>
>  <TR>.......
>  ...........
>  <FRAMESET ....>
>  ......
>  </TR>..
> </TABLE>
>
> This won't work. What can I do?
>
> Ryan
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to