well not very good subject=(!
my problem:
i have this site consisting of 4 frames
in one frame their is a link to another site and i want the site to open completely not in the specific frame, for example open wasn't that something with Target or something ?
i'm pretty out of the homepage thing wasn't busy for 2 months =( want to get into it again and i'm having my little starting problems
any help
thx a lot
steve
my problem:
i have this site consisting of 4 frames
Code:
<html>
<head>
<title>3-media project</title>
</head>
<frameset framespacing="0" border="0" cols="*,120,*" frameborder="0">
<frameset framespacing="0" border="0" rows="50,*">
<frame name="f1_oben" src="f2_rechts.htm" scrolling="no" noresize>
<frame name="f1_links" src="f1_links.htm" target="_self" scrolling="no" noresize>
</frameset>
<frameset framespacing="0" border="0" rows="110,*">
<frame name="f1_scroll" src="f1_scrollo.htm" scrolling="no" noresize>
<frame name="f1_rechts" src="f1_rechts.htm" scrolling="no" noresize>
</frameset>
<frame name="f2_rechts.htm1" src="f2_rechts.htm" scrolling="no" noresize>
<noframes>
<body>
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht
unterstützt.</p>
</body>
</noframes>
</frameset>
</html>
in one frame their is a link to another site and i want the site to open completely not in the specific frame, for example open wasn't that something with Target or something ?
i'm pretty out of the homepage thing wasn't busy for 2 months =( want to get into it again and i'm having my little starting problems
any help
thx a lot