Jetzt stimmts!
<html>
<head>
<title>xxx</title>
</head>
<frameset rows="100,*" name="top" frameborder="0" border="0" framespacing="0" marginwidth="5" marginheight="5">
<frame src="top.html" scrolling="no" noresize></frame>
<frameset cols="100,*" frameborder="0" border="0" framespacing="0" marginwidth="5" marginheight="5">
<frame src="navi.html" name="navi" scrolling="no" noresize></frame>
<frame src="home.html" name="main" noresize></frame>
</frameset>
<noframes>
Diese Seite benötigt Frames!
</noframes>
</frameset>
</html>
|