prova cosi :
codice:
nomePagina = "pagina.html";
width = 200;
height = 200;
getURL("javascript:window.open(" + nomePagina + ",'',width=" + width + ",height=" + height + ");void(0)");
getURL("javascript:window.close()");