i want to close the popup modal confirm alert but above code is not working.
I also tried popupcsd.onbeforeunload and popupcsd.onUnload but not working
var popupcsd = window.open('www.example.com', 'CSD ', 'width=1000, height=800');
var popupcsd =window.open('www.example.com', 'CSD ', 'width=1000, height=800');
popupcsd.beforeunload = function(){
console.log('leaving page'); // Use 'Preserve Log' option in
Console
alert('alert');
return leavingPageText;
}
am working this code in Angular JS