hmm also cih habe hier meine hp mit 4 frames nun will ich eben das wenn ich links auf meine navigations bar klicke der BODY UND der RECHTE frame sich ändern!!!!!bitte könnte mir jemand das java script einbauen??? bitte
<html>
<head>
<title>herzlich willkommen</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset cols="150,*,150" noresize border=0 frameborder=0 framespacing=0>
<frame src="links.htm" name="_links" marginwidth=0 marginheight=0 noresize border=0 frameborder=0 framespacing=0>
<frameset rows="130,*">
<frame src="top.htm" name="_oben" marginheight=0 noresize border=0 frameborder=0 framespacing=0>
<frame src="body.htm" name="_body" noresize border=0 frameborder=0 framespacing=0 leftmargin="0" marginwidht="0" topmargin="0" marginheight"0">
</frameset>
<frame src="rechts.htm" name="_rechts" noresize border=0 frameborder=0 framespacing=0 leftmargin="0" marginwidht="0" topmargin="0" marginheight"0">
</frameset
<noframes></noframes><noframes>
<body bgcolor="black" textcolor="black">
</body>
</html>