I have problem. When I open map in new window (by clicking popup icon on bar) i see javascript error and clicking on interfaces don't work (t.e. link on performance graph). In frame - it's work. I look page sources and don't see any difference. I trying jffnms version 0.7.9 and 0.8.0-pre2 and for IE 6.0SP1 and Firefox1.0 browsers.
mozilla java script console write in this moment:
Error: top.work has no properties Source File: http://<my site name>/views/view_dynmap.js Line: 4
Kind regards,
Eugene Turovsky
P.S. It may be usefull, possible. In version 0.8.0-pre2, file jffnms/lib/gui.toolkit.inc.php line 184 is:
(!empty($onclick)?" OnClick='javascript: ".$onclick."'":"").
with it performance view for map is not correct. I think must be:
(!empty($onclick)?" OnClick=\"javascript:\" ".$onclick."'":"").
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
