onbeforeunload
Silverlight modal dialog interferes with browser's onbeforeunload dialog
I\'m in a Silverlight 4.0 project where we have a variety of windows and dialogs, some of which are modal.In the hosting HTML, we\'ve bound the onbeforeunload event so that we can warn users before th[详细]
2023-02-18 14:57 分类:问答catching beforeunload confirmation canceled?
I want to do some stuff when user is leaving a page, I add this code window.onbeforunload = function (e){[详细]
2023-02-15 19:53 分类:问答JavaScript: don't unload document until HttpRequest is complete
I need to make sure that when someone reloads or closes my page, their progress is saved. To save progress, I do a POST via XMLHttpRequest(), sending the data to server.[详细]
2023-02-13 22:34 分类:问答vb.net - how to automatically close javascript prompt boxes
How would I go about having my application a开发者_如何学Cutomatically close an onbeforeunload prompt box that warns you before leaving the page?[详细]
2023-02-13 12:08 分类:问答window.onbeforeunload not working in chrome
This is the code which i used for window.onbeforeunload <head> <script> window.onbeforeunload = func;[详细]
2023-02-06 14:42 分类:问答window.onbeforeunload not working in chrome [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: window.onb开发者_C百科eforeunload not working in chrome[详细]
2023-02-06 11:59 分类:问答Jquery help needed for onbeforeunload event
I am using jquery onbeforeunload event in asp.net application. If i write event as given below then its working fine and display confirm dialog box.[详细]
2023-02-04 13:36 分类:问答Customize onbeforeunload dialog box
I\'ve got an onbeforeunload event working that pops up a dialog box warning users about unsaved changes to a form when they navigate away.[详细]
2023-02-03 02:04 分类:问答Check if user hits back button in browser
I\'m trying to use the javascript onbeforeunload event to ask the user if they want to exit the page, but I don\'t want the event to fire (EDIT: \"the event\" being the dialog box that pops up asking[详细]
2023-02-01 00:57 分类:问答window.onbeforeunload performing query
I\'m trying to perform a post query when the user leaves the page. The code I\'m working with is <script type=\"text/javascript\">[详细]
2023-01-26 07:04 分类:问答