giorno

tra i tag <head> e </head>


<script>
function popup()
{
setTimeout("window.open('nomefiledavedrenellapop.htm ','newWin','scrollbars=no,status=no,
resizable=no,top=100,left=150,width=500,
height=250');" 5000);
}
</script>


nel <body>


<body onload="popup()"


top e left sono la posizione, width e height le misure, 5000 i secondi.