Grazie per il la che mi hai dato e ho fatto questo (codice che ho messo nella popup 550x550):
[QUOTE]<script language="javascript">
function apriSpostaPopup(){
var screenW = Math.round((screen.availWidth - 550) / 2);
var screenH = Math.round((screen.availHeight - 550) / 2);
this.moveTo(screenW-200, screenH);
if(this.screenX == (screenW - 200)){
//window.alert('funge');
var posizioneX = this.screenX +555;
window.open('popup2.html','popup2','left='+posizio neX+',top='+this.screenY+',width=350,height=550');
}
}
</script>