non va...

io ho fatto così:
codice:
<html>
	<head>
	         <title>Titolo del Sitotitle>
	</head>
	<frameset rows="0,*">
		<frame name="top" scrolling="NO" noresize src="">
		<frame name="main" src="http://www.sito.com">
		<noframes>
			<body bgcolor="#FFFFFF" text="#000000">
				Testo alternativo, visualizzato dai browser che non supportano i frame.
			</body>
		</noframes>
	</frameset>
</html>
e va...
come si deve fare per implementare la tua con l'iframe???