<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title>Frameset - unpraktisches Beispiel</title>
</head>

<frameset cols="260,*" frameborder="0">
   <frame name="uebung3" src="uebung3.html" scrolling="no" noresize>
    <frameset rows="200,*">
        <frame name="uebung4" src="uebung4.html" scrolling="no" noresize>
        <frame name="uebung6" src="uebung6.html" scrolling="no" noresize>
    </frameset>
</frameset><noframes></noframes>
</html>