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