HBF: Frame

Beitrag lesen

OK, das ist ein berechtigter Einwand :-)

hier der quelltext: bin mal gespannt...
Vielen Dank.
Gruß
BF

<html>
<head>
 <title></title>
</head>
<frameset frameborder="no" rows="15%,85%">

<frameset>
 <frame noresize scrolling="no" name="headline" src="pfad/headleiste.htm">
 </frameset>

<frameset cols="15%,75%,10%">
 <frame noresize scrolling="no" name="navigator" src="pfad/navigator.htm">
 <frame noresize scrolling="auto" name="start" src="pfad/start.htm">
 <frame noresize scrolling="no" name="werbung" src="pfad/promotion.htm">
 </frameset>

</frameset>
</body>
</html>