ho provato cosė...ma non funge...
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)
{
window.location.href = "quad.jsp";
aa=openBareWindow("zoom.jsp?cam="+camera, "camera",a,b);
aa.focus();
}
ho provato anche cosė..dovrebbe sempre essere in primo piano
showModalDialog..no??
var prop = "dialogWidth: "+a; dialogHeight: "+b; center: 1; scroll: 0;
help: 1; status: 0;";
window.showModalDialog("zoom.jsp?cam="+camera, null, prop);
--
Posted via Mailgate.ORG Server -
http://www.Mailgate.ORG