Ciao a tutti,

vorrei far partire il mio sito automaticamente in modalità tutto schermo in questo modo:


<html>
<head>
<script language="JavaScript" type="text/javascript">
<!--
function fullwin(where){
var newwin = window.open(where,"newwin",'fullscreen=yes,toolbar =0,location=0,directories=0,status=0,menubar=0,scr ollbars=0,resizable=0,width=' + screen.width + ',height=' + screen.height);
newwin.moveTo(0,0);newwin.focus();
}
//-->
</script>


<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Refresh" CONTENT="1; url=javascript:window.open('flashnoscale.htm','',' fullscreen=yes');">

</head>

<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" bgcolor="#000000">
</body>
</head


ora, il problema è che quando chiudo la pagian a tutto schermo ('flashnoscale.htm), sotto mi compare una pagina bianca con la scritta [objet]..

come posso fare che chiudendo la pagina chiude tutto?

non so proprio come fare
ciao