Here is my main frame page:

<html>
<head>
<title>Forum</title>
</head>
<!-- frames -->
<frameset  rows="8%,*">
    <frame name="menu" src="menu/index.cfm"  scrolling="NO" frameborder="0"
noresize marginwidth="0" marginheight="0">
    <frameset cols="28%,*">
        <frame name="forums" src="forums/index.cfm" marginwidth="0"
marginheight="0" scrolling="auto" frameborder="Yes" bordercolor="#d0cfc0"
noresize>
        <frameset  rows="29%,*">
            <frame name="posts" src="posts/index.cfm" marginwidth="0"
marginheight="0" scrolling="auto" frameborder="Yes" bordercolor="#d0cfc0">
            <frame name="content" src="content/index.cfm" marginwidth="0"
marginheight="0" scrolling="auto" frameborder="0">
        </frameset>
    </frameset>
</frameset>

</html>

Each frame is loading a different fuse and within each fuse the default
fuseaction is loading. This fusebox app is not using the XFB model.

Shawn Regan
Applications Developer
Pacific Technology Solutions 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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