Lo scrolling è yes anche sulla pagina di comando.......
codice:
<html>
<head>
<title>Esempio di frameset</title>
</head>
<frameset rows="140, *, scrolling="no">
<frame name="Alto" src="frameset.html" scrolling="no" resize="no">
<frameset cols="150, *">
<frame name="Sinistra" src="frame_sinistra.html" scrolling="no" frameborder=0>
<frame name="Destra" src="frame_destra_1.html" scrolling="yes" frameborder=0>
</frameset>
<noframes>
<body>
Il tuo browser non supporta i frame.</p>
</body>
</noframes>
</frameset>
</html>