no, ora mi da errore nella visualizzazione della pagina, nella barra di stato... BU!!

Codice PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>E-mail Inviata</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="stile.css" />
</head>
<body>
<?
$mail 
$_POST['mail'];
$oggetto $_POST['oggetto'];
$messaggio $_POST['messaggio'];

$destinatario "<a href=\"mailto:...@supereva.it\">...@supereva.it</a>";
simoneudine&#64;supereva.it</a>";
mail($destinatario,$oggetto,$messaggio,$mail);
?>
<?
echo "<div align=\"center\">
  <table width=\"491\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">
    <tr> 
      <td height=\"29\" colspan=\"2\" valign=\"top\"><h1>E-mail inviata con successo</h1></td>
    </tr>
    <tr> 
      <td height=\"283\" colspan=\"2\" valign=\"top\">

La tua e-mail &egrave; stata 
          inviata con successo!!!

          

          Ecco qui un riepilogo delle informazioni da te inviate: </p>
        

Il tuo nome : 
$nome</p>
        

La tua e-mail : 
$mail</p>
        

Il tuo messaggio: 
$messaggio</p></td>
    </tr>
    <tr> 
      <td width=\"168\" height=\"14\" valign=\"top\">

<a href=\"../../Contattacipage.html\">Indietro</a></p></td>
      <td width=\"323\"></td>
    </tr>
  </table>
</div>"
;?>
</body>
</html>
ciao grazie per la velocità