You CAN do it in one page... a la...

<frameset cols="15%,85%">
    <frameset rows="15%,85%">
        <frame name="Logo" scrolling="no" src="Logo.cfm"
        <frame name="Links" scrolling="no" src="Links.cfm">
    </frameset>
    <frameset rows="15%,85%">
        <frame name="Headers" scrolling="auto" src="Mail_Headers.cfm">
        <frame name="Main" scrolling="auto" src="Mail_Main.cfm">
</frameset>

However, the advantage of doing it the other way is that you can, if you
want, call "left" or "right"
and reload that side of the frames with a single call, instead of having to
make two calls for a side
(top and bottom).

--Scott


------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to