<?php
if (!isset ($_GET['page']))
$page = $_GET['page']; // se c'è una pagina, a tua cura il fatto che sia corretta!
else
$page = 'home.html'; // qui il nome della pagina di default
?>
<html>
<head>
<title> ITALIA NEL CUORE </title>
</head>
<body background="img/bg.gif">
<center><img src="img/symb.gif" width="700" height="100"></center><br>
<table width="700" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="400"><td width="150" height="400"><iframe height="400" width="150" name="menu" src="menu/ex1.html" scrolling="no" style="FILTER: chroma (color=#FFFFFF");" allowtrasparency="true" frameborder="0" border="0"></iframe></td>
<td width="40"></td>
<td width="500" height="400"><iframe height="450" width="550" name="iframe" src="<?php echo ($page); ?>" scrolling="auto" style="FILTER: chroma (color=#FFFFFF");" allowtrasparency="true" frameborder="0" border="0"></iframe></td>
</tr>
</table>
</body>
</html>