Here's the fix:

Code:

//display an event detail in its own native window
var eventWindow = function(manager, evid, width, height) {
    url = manager+"/viewEventFields?evid="+evid
    windowprops = "width=500,height=650,resizable=yes,scrollbars=yes";
    var evwindow = window.open(url, "_blank", windowprops);
    evwindow.focus();
}




Works in IE8 in IE7 mode, IE8 Compat Mode, and IE8 mode.  Also works in FF 2.0.




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=34462#34462

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to