ciao mi controllereste questo script perchè il pop-up che richiamo all'apertura della pagina mi si apre due volte. Dove sbaglio?
Grazie ciao
______________________________________
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
<script language="JavaScript">
<!--
window.open("index/pop_up/htm/natale_anniversario.htm","","top=0,left=0,scrollba rs=no,resizable=no,width=600,height=370")
//-->
</script>
<title>frame_right</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body background="index/img/sfondo_1px_mainframe_2.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
</body>
</html>