ho iniziato a controllare il codice della pagina html che mi crea il problema ed ho vo visto che il tag a crearmi problemi non è il target=_blank bensì il seguente codice...
...
codice:
<script LANGUAGE="VBScript">
<!--
Sub popupCondizioni(pagina)
altezza = 185
larghezza = 200
posX = (screen.width-larghezza-30)/2
posY = (screen.height-altezza)/2
window.open pagina,"Condizioni","width="&larghezza&",height="&altezza&", top="&posY&" , left="&posX&", scrollbars=no,resizable=no,status=no,location=no,toolbar=no"
End Sub
Sub popupSostituito(pagina)
altezza = 30
larghezza = 700
posX = (screen.width-larghezza-10)/2
posY = (screen.height-altezza)/2
window.open pagina,"Sostituito","width="&larghezza&",height="&altezza&", top="&posY&" , left="&posX&", scrollbars=no,resizable=no,status=no,location=no,toolbar=no"
End Sub
Sub popupCross(pagina)
altezza = 50
larghezza = 700
posX = (screen.width-larghezza)/2
posY = (screen.height-altezza)/2
window.open pagina,"CrossReference","width="&larghezza&",height="&altezza&", top="&posY&" , left="&posX&", scrollbars=yes,resizable=no,status=no,location=no,toolbar=no"
End Sub
...
codice:
<td bgcolor=#E8E8E8 align=center>[img]Images/dx.gif[/img]</td>
<td align=center>[img]Images/carrello.gif[/img]</td></tr>
<tr><td align=center>[img]Images/cross.gif[/img]</td>
Consigli?