gpt4 book ai didi

asp-classic - 在 Web 浏览器中捕获选项卡关闭事件?

转载 作者:行者123 更新时间:2023-12-04 23:11:29 25 4
gpt4 key购买 nike

有没有办法知道用户是否关闭了 Web 浏览器中的选项卡?特别是 IE7,还有 FireFox 等。如果包含我们网站的当前选项卡关闭,我希望能够通过我们的 asp 代码处理这种情况。

最佳答案

onbeforeunload 也会在以下事件中被调用 -

* Close the current browser window.
* Navigate to another location by entering a new address or selecting a Favorite.
* Click the Back, Forward, Refresh, or Home button.
* Click an anchor that refers the browser to another Web page.
* Invoke the anchor.click method.
* Invoke the document.write method.
* Invoke the document.open method.
* Invoke the document.close method.
* Invoke the window.close method.
* Invoke the window.open method, providing the possible value _self for the window name.
* Invoke the window.navigate or NavigateAndFind method.
* Invoke the location.replace method.
* Invoke the location.reload method.
* Specify a new value for the location.href property.
* Submit a form to the address specified in the ACTION attribute via the INPUT type=submit control, or invoke the form.submit method.

因此,如果您尝试在用户关闭选项卡或浏览器窗口时将其注销,则每次他们单击链接或提交页面时,您最终都会将其注销。

关于asp-classic - 在 Web 浏览器中捕获选项卡关闭事件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/138411/

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