Purtroppo Francesco non ho nessun codice apparte quello che fa aprire la pop up, che funziona correttamente. Cmq se vuoi te lo invio lo stesso.

Eccolo:

on (release) {
getURL ("javascript:var w=screen.width;var h=screen.height;var x=Math.round(w/2)-Math.round(800/2);var y=Math.round(h/2)-Math.round(600/2);window.open('Diagonale ingresso.htm', 'Pippo','width=660, height=510,left='+x+',screenX='+x+',top='+y+',scre enY='+y);void(0);");
}