Table of Contents
回复讨论(解决方案)
Home Web Front-end HTML Tutorial js里如何监听浏览器关闭的动作 在线等_html/css_WEB-ITnose

js里如何监听浏览器关闭的动作 在线等_html/css_WEB-ITnose

Jun 21, 2016 am 09:05 AM

功能需求:
    web画面,关闭浏览器时候,我需要清除某个文件。

目前状况:
     在onbeforeunload或者unload方法里面做处理。

问题难点:
      因为系统有很多画面,我无法区分触发动作是刷新,迁移还是真正的浏览器的关闭。
     搜到过一些网上的坐标位置判断方法,ie8以前使用还可以,但是针对高版本的ie已经不能完全适用,并且判断也不够严密。

哪位大神可以帮助一下。提供个可行的实现思路也可以。


回复讨论(解决方案)

没怎么明白。。。贴点代码看看

不用找了,这问题现在基本上无解

不用找了,这问题现在基本上无解



我在session End里面做,可是客户还是嫌时间长。。。

顺着这个思路,如果我想浏览器关闭时候做点啥,还可以怎么处理好,有没有好的建议啊。。


不用找了,这问题现在基本上无解



我在session End里面做,可是客户还是嫌时间长。。。

顺着这个思路,如果我想浏览器关闭时候做点啥,还可以怎么处理好,有没有好的建议啊。。


看你的意思是要判断用户是否了离开你的网站
别说没有办法判断浏览器关闭,就算有办法,但是你有没有想过以下的情况:
如果多个浏览器窗口中都打开着你的网站,关闭其中一个浏览器窗口,也并没有离开你的网站。
还有。当用户跳转到别的网站时,已经离开了你的网站。可浏览器窗口并没有关闭,就算最后浏览器窗口关闭了,你的网站也无法得知了

所以你还是想别的办法吧,如判断会话状态session

谢谢楼上,我们多浏览器或者多tab开画面的情况不考虑。
这个地方怎么处理都不完美。。提交调查报告,让领导定夺吧,哈哈

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

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

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Is HTML easy to learn for beginners? Is HTML easy to learn for beginners? Apr 07, 2025 am 12:11 AM

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.

The Roles of HTML, CSS, and JavaScript: Core Responsibilities The Roles of HTML, CSS, and JavaScript: Core Responsibilities Apr 08, 2025 pm 07:05 PM

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.

What is an example of a starting tag in HTML? What is an example of a starting tag in HTML? Apr 06, 2025 am 12:04 AM

AnexampleofastartingtaginHTMLis,whichbeginsaparagraph.StartingtagsareessentialinHTMLastheyinitiateelements,definetheirtypes,andarecrucialforstructuringwebpagesandconstructingtheDOM.

Understanding HTML, CSS, and JavaScript: A Beginner's Guide Understanding HTML, CSS, and JavaScript: A Beginner's Guide Apr 12, 2025 am 12:02 AM

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

Gitee Pages static website deployment failed: How to troubleshoot and resolve single file 404 errors? Gitee Pages static website deployment failed: How to troubleshoot and resolve single file 404 errors? Apr 04, 2025 pm 11:54 PM

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

How to implement adaptive layout of Y-axis position in web annotation? How to implement adaptive layout of Y-axis position in web annotation? Apr 04, 2025 pm 11:30 PM

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...

HTML, CSS, and JavaScript: Essential Tools for Web Developers HTML, CSS, and JavaScript: Essential Tools for Web Developers Apr 09, 2025 am 12:12 AM

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.

How to use CSS3 and JavaScript to achieve the effect of scattering and enlarging the surrounding pictures after clicking? How to use CSS3 and JavaScript to achieve the effect of scattering and enlarging the surrounding pictures after clicking? Apr 05, 2025 am 06:15 AM

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...

See all articles