"invalid argument" error on window.open(...)

admin

Administrator
Staff member
I am getting an error alert ("invalid argument") when clicking a hyperlink image that opens a pop-up. Script Debugger points to a line of the form
w=window.open(arg1,arg2,arg3);

The window is an iframe (a report quadrant in a dash-board display). The report has four such links, three of which open popups. The name of the popup window is constant for a given quadrant. All three pop-ups exhibit the behavior.

Two of those popups present dialogs for refreshing the report shown in the quadrant. It is only after such a refresh that the behavior occurs.

I suspect it is connected with opening a window with the same name as the one, now closed, that last refreshed the qudrant.
 
Top