Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

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

  • 2 wótegronje
  • 12 ma toś ten problem
  • 12 naglědow
  • Slědne wótegrono wót 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.

Wšykne wótegrona (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.