Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Află mai multe

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

Hello i have to write a javascript that should be fired only when firefox close button is pressed. It should not get fired on refresh or navigation. Do we have anything in firefox that can detect only closing of browser from close button.

  • 1 răspuns
  • 7 au această problemă
  • 5 vizualizări
  • Ultimul răspuns de Morbus

more options

I know that onbeforeunload can be used for it. But onbeforeunload gets called when page is refreshed or navigated. I have to call a function only and only when firefox is closed using close button given at the top.

clientX , clientY not working in firefox.

I know that onbeforeunload can be used for it. But onbeforeunload gets called when page is refreshed or navigated. I have to call a function only and only when firefox is closed using close button given at the top. clientX , clientY not working in firefox.

Toate răspunsurile (1)

more options

Hello.

Although possibly not related to your problem, I have to remind you that the version of Firefox you are using at the moment has been discontinued and is no longer supported. On top of this, it has known unpatched bugs and security problems. I urge you to update to the latest version of Firefox, for maximum security, stability, performance and usability. You can get it for free, as always, at getfirefox.com.

As for your question, I seriously doubt there's something of the sort. If the close button is closed, it's meant to close the window. Old JavaScript exploits for Internet Explorer tend not to work in modern (proper) browsers.