I've been attempting to close the popup modal confirm alert using various methods, but unfortunately none have been successful. I tried using popupcsd.onbeforeunload
and popupcsd.onUnload
, with no luck.
The code snippet I'm working with is:
window.open('www.example.com', 'CSD ', 'width=1000, height=800');
Angular JS