E' vero...scusa...

function openBareWindow(URL, title, width, height)
{
window.open(URL, title, "toolbar=0, location=0, directories=0, status=0,menubar=0, scrollbars=0, resizable= yes, width=" +
width + ", height=" + height);
}

function zoom(camera,a,b)
{
//pagina che dovrebbe refreshare
window.location.href = "index.jsp";
openBareWindow("ragina_popup", "camera",a,b);

}

Questo è uno dei metodi che ho provato...l'ho fatto anche con
window.showModalDialog ma non è cambiato il risultato...