I need to popup a new window (not a dialog inside the page or similar) after a ajax call succeeds. window.open() will be blocked by the popup blocker of browsers. So how to solve this?
I need to popup a new window (not a dialog inside the page or
Share
You can’t. The best you can do is provide a notification link on the page when the call succeeds and open the popup when the user clicks on the link.