Ciao,
ho questo codice:

<html>
<head>
<title>frames semplici orizzontali</title>
</head>
<frameset rows="180, *" frameborder="no">
<frame src="http://www.google.it" name="spazio_indice">
<frame src="http://fototimemoscova.fotocine.com/" name="spazio_testo">
<noframes>
<body></body>
</noframes>
</frameset>
</html>

Vorrei che che il frame superiore non avesse la barra di scorrimento.

Qualcuno sa aiutarmi?

Grazie in anticipo.