In the index page (change cols amounts to suit your layout):

<html>
<frameset cols="50%,50%">
<frame src="menu.html" name="menu">
<frame src="section.html name="section">
</frameset>
</html>

Put the menu in menu.html (duh), but here come the fun part. In
section.html:

<html>
<frameset rows="50%,50%">
<frame src="sectiontitle.html" name="sectiontitle">
<frame src="sectioncontent.html" name="sectioncontent">
</frameset>
</html>

Then in the menu frame, to update the section frames: <a
href="sectionframeset.html" target="section">, and put a frameset pointing
to separate title and content pages in the sectionframeset.html

Clear as mud? Take a look at http://www.geocities.com/tfc_squad/, my attempt
at a web page for an ill-fated TFC clan.



Sig for a Day
Stephan Ahonen, ICQ 491101
"That's very funny Scotty, now beam down my clothes!"
Come back tomorrow for a different sig!
Backspace a single "s" to reply by email


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to