ciao ho scaricato da html.it il seguente script: ipop_dl
ho seguito le istruzioni ma invece del popup apre un'altra pagina
vi allego una porzione di codice

</SCRIPT>
<script src="ipop.js" type="text/javascript"></script>
<script type="text/javascript">
onload = function() {
iPop.AutoApply(document.getElementById('galleria') );
}
</script>


<script type="text/javascript">
onload = function() {
iPop.AutoApply(document.getElementById('galleria') );
}
</script>

<script language="JavaScript" type="text/javascript">


// Visualizza l'ora in 24 o 12 ore
// 0 = 24, 1 = 12
var ore12 = 0;
function webClock() {
if (!document.layers && !document.all) return;
var runTime = new Date();
var ore = runTime.getHours();
var minuti = runTime.getMinutes();
var secondi = runTime.getSeconds();
if (ore12) {var sf = "AM"; if (ore >= 12) {sf = "PM";ore = ore - 12;}
if (ore == 0) {ore = 12;}}
else { sf = " "; }
if (ore <= 9) {ore = "0" + ore;}
if (minuti <= 9) {minuti = "0" + minuti;}
if (secondi <= 9) {secondi = "0" + secondi;}
visualtime = "Sono le ore "+ ore + ":" + minuti + ":" + secondi + " " + sf +" ";
if (document.layers) {document.layers.clock.document.write(visualtime);
document.layers.clock.document.close();}
else if (document.all) {clock.innerHTML = visualtime;}
setTimeout("webClock()", 1000)}
window.onload = webClock;
// End -->
</script>

</head>
<body bgcolor="#14285f">
<span style="font-size:18px;color:#FFFF00;
font-family:Tahoma,Verdana,Arial;" id="clock"></span>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="02021e">
<td colspan="2" rowspan="2" nowrap="nowrap">[img]mm_entertainment_image.jpg[/img]</td>
<td width="594" height="58" nowrap="nowrap" id="logo" valign="bottom"><div align="center"><span class="style1">CHIAB-GIGI PERSONAL HOME</span> </div></td>
<td width="136"></td>
</tr>
<tr bgcolor="02021E">
<td height="57" nowrap="nowrap" id="tagline" valign="top"><div align="center" class="style2">D W G </div></td>
<td width="136"></td>
</tr>
<tr>
<td colspan="4" bgcolor="#cc3300">[img]mm_spacer.gif[/img]</td>
</tr>

<tr>
<td colspan="4">[img]mm_spacer.gif[/img]</td>
</tr>

<tr>
<td colspan="4" bgcolor="#cc3300">[img]mm_spacer.gif[/img]</td>
</tr>

<tr>
<td colspan="5" id="dateformat">

HOME DXF PDF ARCHIVIO FOTO E_MAIL
</td>
</tr>

<tr>
<td width="50" valign="top"></td>
<td colspan="2" valign="top">

<table border="0" cellspacing="0" cellpadding="2" width="610">
<tr>
<td colspan="7" class="subHeader">Raccolta DWG per disegni elettrici </td>
</tr>
<td></td>
<td width="22%" height="110">

[img]_immagini/_dwg/fusesx.jpg[/img]</p></td>
<td></td>
<td width="22%" height="110">[img]mm_product_sm.gif[/img]</td>
<td></td>
<td width="22%" height="110">[img]mm_product_sm.gif[/img]</td>
</tr>
</div>
<tr>
<td class="detailText" valign="top" nowrap="nowrap">Contatti Switch

Download</td>
<td></td>
<td class="detailText" valign="top" nowrap="nowrap">Fuses

Download</td>
<td></td>
<td class="detailText" valign="top" nowrap="nowrap">Product Name

Price: $0.00</td>
<td></td>
<td class="detailText" valign="top" nowrap="nowrap">Product Name

Price: $0.00</td>
</tr>
<tr>
<td colspan="7"></td>
</tr>

grazie ciao