Problem with frames and index. HELP!

liunx

Guest
I'm sure I'm missing somethign totally obvious here...<br />
<br />
I've got a menu frame going all the way down the left side, with the right side spilt into two (title bar and main). Whatever link I put in the menu opens the page in the top right instead of the bottom right frame. the HTML looks like this - what changes do i need to make so the link will open in the bottom window? thanks...<br />
<br />
<frameset cols="150,*"><br />
<frame name="left" scrolling="no" noresize target="rtop" src=http://www.webdeveloper.com/forum/archive/index.php/"menu.htm"><br />
<frameset rows="20%,*"><br />
<frame name="rtop" target="rbottom" src=http://www.webdeveloper.com/forum/archive/index.php/"top.htm"><br />
<frame name="rbottom" src=http://www.webdeveloper.com/forum/archive/index.php/"main.htm"><br />
</frameset><br />
<noframes><br />
<body><br />
<br />
<p>This page uses frames, but your browser doesn't support them.</p><br />
<br />
</body><br />
</noframes><br />
</frameset><!--content-->Don't worry - I sussed it.<br />
<br />
Duh...<!--content-->
 
Back
Top