Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

java script code for Detecting browser window closing event in Firefox -

  • 2 odpovede
  • 12 má tento problém
  • 11 zobrazení
  • Posledná odpoveď od jagadeesanc

more options

java script code for Detecting browser window closing event, in Firefox, when user closing the firefox window.

if any body knows the solution please let me know.

java script code for Detecting browser window closing event, in Firefox, when user closing the firefox window. if any body knows the solution please let me know.

Všetky odpovede (2)

more options

<body onbeforeunload="ConfirmClose()" onunload="HandleOnClose()">

where ConfirmClose() asks you if you really want to close, and HandleOnClose() does something as you close the tab.

more options

Thanks for the instant replay. But this solution will not help me. because when we click on each link it will call the ConfirmClose() function. it should not for me. and i am using master page. and it contains so many links. when we close the home page then only i need to find the close event.