i tried this code, but it doesn't work, when you click a link in one frame it opens up in that frame, not the other one, how do you do it?
code:
<frameset cols="145,*" border="0" frameborder="0" framespacing="0">
<frame src="???"name="menu" scrolling="no" noresize border=0 frameborder=0 marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 frameBorder=0 framespacing=0>
<frameset rows="75,*" border="0" frameborder="0" framespacing="0" name=test>
<frame src="???" name="ad" scrolling="no" noresize border=0 frameborder=0 marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 frameBorder=0 framespacing=0>
<frame src="???" name="main" scrolling="auto" noresize border=0 frameborder=0 marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 frameBorder=0 framespacing=0>
</frameset>
</frameset>
or do you do it on the normal page, not the frame?