CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript frameworks (http://www.codingforums.com/forumdisplay.php?f=62)
-   -   jQuery True "cross browser" beforeunload (http://www.codingforums.com/showthread.php?t=276193)

WolfShade 10-11-2012 09:43 PM

True "cross browser" beforeunload
 
Hello, everyone.

Trying to find a truly x-browser "beforeunload" event handler. I've tried this one, already:
http://jonathonhill.net/2011-03-04/c...s-browser-way/

It does not work in FF10.

Thank you,

felgall 10-11-2012 09:52 PM

You are not going to find one because that is not a part of the standards and so browsers do not have to implement it.

It is easy enough to disable it in any browser anyway since most uses for it are simply annoying and serve no useful purpose.


All times are GMT +1. The time now is 12:50 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.