mi manca solo che mi si chiuda la pagina index.html
top.close(); non mi funziona perche??
<body bgcolor="#666666" text="#000000" onload="popup('index.php' )">
<script>
// Script di apertura per ogni finestra popup (centrata automaticamente)
function popup() {
return window.open('index.php', "", "top=0,left=0,scrollbars=yes,toolbar=no,status=yes , location=yes ");
top.close();
}
</script>