Try to use IFRAME
<iframe
src="framesource.cfm"
name="MyFrame"
width="300"
height="400"
marginwidth="10"
marginheight="10">
</iframe>
On Mon, 27 Nov 2000 10:24:47 -0600
Ryan <[EMAIL PROTECTED]> wrote:
rps> I need one of my fuseactions to display a framed page. In my app_layout
rps> file for this directory, I have tables defined to make header & footer
rps> display properly. So if my fuseaction results in a frameset, the browser
rps> ends up seeing this (if I have set headerfile and footer file to blank):
rps>
rps> <TABLE>
rps> <TR>.......
rps> ...........
rps> <FRAMESET ....>
rps> ......
rps> </TR>..
rps> </TABLE>
rps>
rps> This won't work. What can I do?
rps>
rps> Ryan
rps>
rps> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rps> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
rps>
rps> Archives: http://www.mail-archive.com/[email protected]/
rps> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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