Aber klar hab ich :)
also url wäre http://johnny2007.de.vu
Quelltext lautet für das Menü lautet:
<html>
<head>
<title>Unbenannt</title>
<script type="text/javascript">
<!--
function index2(URI1,F1,URI2,F2) {
Frame1=eval("parent."+F1);
Frame2=eval("parent."+F2);
Frame1.location.href = URI1;
Frame2.location.href = URI2;
}
//-->
</script>
<style type="text/css">
<!--
a:link { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a:hover { text-decoration:none; font-weight:bold; background-color:#000000; }
a:active { text-decoration:none; font-weight:bold;}
.oben{vertical-align:top;}
#menue {
border-left-width:0px;
border-left-style:solid;
border-left-color:#967D64;
border-right-width:0px;
border-right-style:solid;
border-right-color:#967D64;
border-top-width:0px;
border-top-style:solid;
border-top-color:#967D64;
paddin-top:0cm;
border-bottom-width:0px;
border-bottom-style:solid;
border-bottom-color:#967D64;
text-align:justify; }
-->
</style>
</head>
<body background="Hintergrund2.jpg" text="#FFFFFF" marginheight="0cm">
<div class="oben" marginheight="0cm" align="top" style="margin-top:0px; margin-bottom:30px;">
<a href="index.html" target="_parent">
<font color="#FFFFFF">Home</font></a>
<a href="javascript:index2('bilderliste.html','links','bilder.html','Hintergrund2')">
<font color="#FFFFFF">Bilder</font></a>
<a href="javascript:index2('links.html','links','stufe.html','Hintergrund2')">
<font color="#FFFFFF">Unsere Stufe</font></a>
<a href="javascript:index2('hausaufgabenliste','links','hausaufgaben.html','Hintergrund2')">
<font color="#FFFFFF">Hausaufgaben</font></a>
<a href="http://johnny2007.de.ms" target="_blank"><font color="#FFFFFF">Forum</font></a>
<a href="javascript:index2('links.html','links','http://gb.webmart.de/guestbook.cfm?bookid=890054','Hintergrund2')">
<font color="#FFFFFF">Gästebuch</font></a>
<a href="javascript:index2('linkz.html','links','main.html','Hintergrund2')">
<font color="#FFFFFF">Linkz</font></a>
<a href="javascript:index2('links.html','links','kontakt.html','Hintergrund2')"><font color="#FFFFFF">Kontakt</font></a>
</p>
</div>
</body>
</html>
Du siehst, ich habs auch mehrere Weisen versucht
Der Quellcode für die index.html datei wäre:
<html>
<head><title>JohnnyPix</title>
</head>
<frameset rows="80,30,415" border="0">
<frame src="oben.html" name="Oben" scrolling="no" noresize>
<frame src="menue.html" name="Menü" scrolling="no" marginheight="0" align="top" noresize>
<frameset cols="130,500,160" border="0">
<frame src="links.html" name="links" scrolling="no" noresize>
<frameset rows="10%,90%" border="0">
<frame src="black.html" name="Hintergrund1" scrolling="no" noresize>
<frame src="blue.html" name="Hintergrund2" scrolling="yes" noresize>
</frameset>
<frame src="shoutbox.html" name="right" scrolling="no" marginwidth="0" marginheight="0" noresize>
</framset></frameset>
<noframes><h3>Diese Seite kann nicht angezeigt werden.</h3></noframes>
</html>