index_frames.html 295 Bytes
<html>
</head>
<title>euDock 2.0 examples</title>
<link type="image/x-icon" href="iconsEuDock/euDock.ico" rel="shortcut icon">
</head>

<frameset rows="70%,30%">
   <frame src="NotSoSimple_frame_top.html">
   <frame src="NotSoSimple_frame_down.html" name="pippo">
</frameset>

</html>