Søg i Support

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.

Learn More

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

  • 2 svar
  • 12 har dette problem
  • 11 visninger
  • Seneste svar af 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.

Alle svar (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.