js里如何监听浏览器关闭的动作 在线等_html/css_WEB-ITnose
功能需求:
web画面,关闭浏览器时候,我需要清除某个文件。
目前状况:
在onbeforeunload或者unload方法里面做处理。
问题难点:
因为系统有很多画面,我无法区分触发动作是刷新,迁移还是真正的浏览器的关闭。
搜到过一些网上的坐标位置判断方法,ie8以前使用还可以,但是针对高版本的ie已经不能完全适用,并且判断也不够严密。
哪位大神可以帮助一下。提供个可行的实现思路也可以。
回复讨论(解决方案)
没怎么明白。。。贴点代码看看
不用找了,这问题现在基本上无解
不用找了,这问题现在基本上无解
我在session End里面做,可是客户还是嫌时间长。。。
顺着这个思路,如果我想浏览器关闭时候做点啥,还可以怎么处理好,有没有好的建议啊。。
不用找了,这问题现在基本上无解
我在session End里面做,可是客户还是嫌时间长。。。
顺着这个思路,如果我想浏览器关闭时候做点啥,还可以怎么处理好,有没有好的建议啊。。
看你的意思是要判断用户是否了离开你的网站
别说没有办法判断浏览器关闭,就算有办法,但是你有没有想过以下的情况:
如果多个浏览器窗口中都打开着你的网站,关闭其中一个浏览器窗口,也并没有离开你的网站。
还有。当用户跳转到别的网站时,已经离开了你的网站。可浏览器窗口并没有关闭,就算最后浏览器窗口关闭了,你的网站也无法得知了
所以你还是想别的办法吧,如判断会话状态session
谢谢楼上,我们多浏览器或者多tab开画面的情况不考虑。
这个地方怎么处理都不完美。。提交调查报告,让领导定夺吧,哈哈

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

AnexampleofastartingtaginHTMLis,whichbeginsaparagraph.StartingtagsareessentialinHTMLastheyinitiateelements,definetheirtypes,andarecrucialforstructuringwebpagesandconstructingtheDOM.

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

GiteePages static website deployment failed: 404 error troubleshooting and resolution when using Gitee...

The Y-axis position adaptive algorithm for web annotation function This article will explore how to implement annotation functions similar to Word documents, especially how to deal with the interval between annotations...

To achieve the effect of scattering and enlarging the surrounding images after clicking on the image, many web designs need to achieve an interactive effect: click on a certain image to make the surrounding...

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.
