A parte che io il codice JavaScript ce l'ho scritto nella pagina e non in un file esterno, comunque non mi dà errore però non è convalidato come HTML 4.01 Strict.
Questo dovrebbe essere quello corretto ma non funzia su PC
codice:<script type="text/JavaScript"> <!-- function openWindow(){ var w = screen.width; var h = screen.height; MM_openBrWindow('index2.html','container','width=' + w + ',height=' + h + ',left=0,top=0,screenX=0,screenY=0,fullscreen=1,scrollbars=0'); } function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script>


Rispondi quotando