io ora apro la seconda pagina in una seconda scheda come faccio a chiudere la prima non appena apre la seconda?
scheda 1
<html>
<head>
</head>
<script type="text/javascript">
window.open('file:///C:/(percorso).html','');
</script>
<body>
</body>
</html>
scheda 2
<html>
<head>
<title>Organizer -Games-</title>
</head>
<body javascript=window.opener.close();>
</body>
</html>

