I am new to js,
- I am getting an error at the line popup.location.href = "/desktop/main"; as Uncaught TypeError: Cannot read property 'location' of undefined,
- how to fix the problem
providing my code below
success: function () { // me.showNewWindowSuccess(menu, newWindowId); me.registerMenuClick(menu, newWindowId); popup.location.href = ""; }, scope: me }); },
0
votes