View Full Version : frames targeting problem


xMrSTiMbErLaKex
07-21-2003, 06:55 PM
i have a frameset wich has a menu and a main screen. the code i use for this is:

<FRAMESET COLS="20%,*">
<FRAME NAME="leftframe" SRC="menu1.html"noresize style="border: 5 solid #FF0099">
<FRAME NAME="rightframe" SRC="home.html"noresize style="border: 5 solid #FF0099">
</FRAMESET>

when i click on a link from the menu, it starts up a new pop up screen showing the page that i just clicked on

i think it has something do to with the targeting i use this as a targeting code

<base target="rightframe">

please somebody help me! thnx

Alcy
07-21-2003, 07:12 PM
Are you putting <base target="rightframe"> on the menu page?

xMrSTiMbErLaKex
07-21-2003, 07:14 PM
yes =)