Nei META ho messo:

codice:
<meta htt-equiv="refresh" content="15">
eppure non fà refresh dopo 15 secondi.
Forse questo dipende che è applicato alla pagina di un frame?
Comunque il codice HEAD potrebbe dire qualcosa:

codice:
<html>
<head>
<title>SalaGrande</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta htt-equiv="refresh" content="15">
<link rel="stylesheet" href="hostyle.css">
<script language="JavaScript">
<!-- 
  function refresh() {
     parent.testo.window.location.reload();
     parent.barra.window.location.reload();
}
// -->
</script>
<script language="JavaScript">
<!-- 
  function loadtwo(page2, page3) {
     parent.testo.location.href=page2;
     parent.barra.location.href=page3;
}
// -->
</script>
</head>