gpt4 book ai didi

javascript - 如何在javascript中显示关闭子窗口时的确认消息?

转载 作者:行者123 更新时间:2023-12-02 19:43:35 25 4
gpt4 key购买 nike

我有一个父窗口,当我单击父窗口中的链接时,该链接会在新窗口中打开。 我需要在关闭子窗口时显示确认消息。(即打开的链接)

childWindow = window.open("http://www.google.com","width=400, height=400");

我喜欢确认关闭子窗口。喜欢

childWindow.close(function(){var confirmClose=confirm("Are you sure to close ?");
});

如果用户点击确认框的“确定”则子窗口将关闭,否则如果用户点击“取消”则子窗口不会关闭

最佳答案

关于javascript - 如何在javascript中显示关闭子窗口时的确认消息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10111764/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com