标签: javascript
如果父关闭,我试图在iframe中捕获事件onbeforeunload。我正在尝试以下代码,但它不会调用警报。
window.parent.onbeforeunload = function (event) { alert(1) };