Looks like the problem is with this function:

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";
LINE 150 ->>    evtwindow = window.open(url, evid, windowprops);
    evtwindow.focus();
}







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

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

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



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

Reply via email to