aggiornamento :

pop up intera

codice:
<html>
<head>
<title>PopUp</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function openWindow(url,winName,features) { //v2.0
  window.open(url,winName,features);
}
//-->
</script>
</head>

<body>
aaa 
</body>
</html>