codice:
<html>
	<head>
		<title>Elenco partecipanti</title>
	</head>
		<body bgcolor="#FFFFFF" text="#000000">

		<table class="semplice">
		<tr>
			<td valign="top">
				Elenco:
			</td>
		</tr>	
		</table>
		
			<iframe name="myframe" frameborder="0" scrolling="auto" src="estrai_elenco.php" width="500" height="300" ></iframe>

		</body>
</html>
L'html che ne esce fuori è questo...