Click to See Complete Forum and Search --> : Problem with frames and index. HELP!


Metjhs23
12-02-2002, 11:36 PM
I'm sure I'm missing somethign totally obvious here...

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

<frameset cols="150,*">
<frame name="left" scrolling="no" noresize target="rtop" src="menu.htm">
<frameset rows="20%,*">
<frame name="rtop" target="rbottom" src="top.htm">
<frame name="rbottom" src="main.htm">
</frameset>
<noframes>
<body>

<p>This page uses frames, but your browser doesn't support them.</p>

</body>
</noframes>
</frameset>

Metjhs23
12-03-2002, 12:58 AM
Don't worry - I sussed it.

Duh...