hi maniac,
Dein Frameset hat einige Fehler darum funzt es nicht im NN.
<html>
<head>
...
</head>
<frameset border="0" frameborder="0" framespacing="0" rows="150,*">
<frame name="topFrame" src="topframe.html" marginwidth="10" marginheight="10" scrolling="no" noresize>
<frameset cols="180,*">
<frame name="linkFrame" src="linkframe.html" marginwidth="5" marginheight="5" scrolling="no" noresize>
<frame name="mainFrame" src="mainf.html" marginwidth="5" marginheight="5" scrolling="auto" noresize>
</frameset>
<noframes>
<body bgcolor="#2B3283">
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht unterstützt.</p>
</body>
</noframes>
</frameset>
</html>
[Edited by René on 24-01-2001 at 23:30]