At , you wrote:
>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.
The HTML is around the content, around the header and body and sidebar
and footer. So it really couldn't be put in to a header file. And if
it could, that would defeat the purpose. Developers would have to include
this header file in all their pages. This way it is just automatic.
What I ended up doing was creating a variable called showbodyonly
and defaulting it to no in app_layout. Then my app_layout file did this:
<CFIF showbodyonly EQ "Yes">
#bodycontent#
<CFELSE>
all the tables and everything...
#bodycontent#
close the tables, etc
</CFIF>
This way I can tell it to just show the body content, then the frames
work.
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