ciao ragazzi
ho questo problema: ho caricato dentro a una pagina htm un iframe che mi apre un popup e che a sua volta dovrebbe caricarmi una pagina htm. Per caricare carica, solo che lo fa dentro l'iframe della pagina di partenza e non capisco perchè.
vi lascio l'indirizzo (www.unioncamere.it/condono/1997.htm poi cliccate su abruzzo) e il codice del popup in questione, magari potrebbe servire a scoprire l'arcano.
grazie 1000
CODICE POPUP
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Guida al Condono</title>
<script language=javascript><!--
function ricerca()
{
window.opener.location = '../cdc/cosenza.htm';
self.close();
};
function ricerca2()
{
window.opener.location = '../cdc/caltanisetta.htm';
self.close();
};
function ricerca3()
{
window.opener.location = '../cdc/avellino.htm';
self.close();
};
function ricerca4()
{
window.opener.location = '../cdc/teramo.htm';
self.close();
};
function ricerca5()
{
window.opener.location = '../cdc/brindisi.htm';
self.close();
};
// --></script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="E3F275" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="70" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="24" bgcolor="#009900" class="titolopopup"></td>
<td bgcolor="#009900" class="titolopopup">REGIONE ABRUZZO</td>
</tr>
<tr>
<td width="19"></td>
<td width="899"> <span class="testotab"></span> <p class="testotab">Camera
di Commercio di TERAMO</p></td>
</tr>
</table>
</body>
</html>