Hello!
Tell me, how can I call the js-function in a document located in the iframe when the parent window is closed? $(window)on('unload', function(){}) does not respond. Reacts only, for example, when the frame is rebooted (by pressing the corresponding item in the iframe context menu)
The bottom line is that the application is in the iframe and I would like to make a disconnect () to close the page;