codice:
<html>
<head>
<script>
function ApriPopup(pagina,nomepop,parametri){
window.open(pagina,nomepop,parametri);
}
</script>
</head>
<body>
<input type="button" value="apri style-life" onclick="ApriPopup('StillLife.html','popup1','toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=1920,height=1080')" />
</body>
</html>