Natassja-ERGÄNZUNG-: pop up:-(

Beitrag lesen

hab in meiner verwirrung den quellcode vergessen:)<html><head><title></title>
<script type="text/javascript">
<!--
function NaviFenster() {
 Navigation = window.open("navigat.htm","Navigation","height=60,width=468");
 Navigation.focus();
}
// -->
</script></head>
<body onLoad="NaviFenster()"><frameset rows="100,400,100" frameborder="0" border="0" framespacing="0">
   <frame src="s1.htm" name="oben" scrolling="no" noresize>

<frameset cols="175,*" frameborder="0" border="0" framespacing="0">
   <frame src="s2.htm" name="links" scrolling="no" noresize>
   <frame src="s3.htm" name="mitte" scrolling="auto" noresize>

</frameset>
  <frame src="s4.htm" name="unten" scrolling="no" noresize>
 </frameset>

</body></html>