, поскольку мне разрешено запускать строку javascript после загрузки iframe
Я выполнил этот сценарий
window.onbeforeunload = function(e) {e.preventDefault();}
// it makes the user navigating without issues
Я пробовал этот
window.onbeforeunload = function() {return '';}
// it promot a confirmation message if the use will leave the page or not
любойдругие решения?