onunload
How to block pop-up coming from iframe?
I\'m embedding page that has an exit pop-up. When you close the pag开发者_JAVA技巧e, it automatically launches a pop-up window.[详细]
2023-01-31 03:20 分类:问答Problem submitting form on window.unload
I am having a problem submitting form on window unload if form information has been updated (album.updated = true):[详细]
2023-01-24 16:00 分类:问答Javascript submit() event is not fired up on exit (unload event)
I got page where HTML elements <form> and <iframe> are dynamically created with Javascript:[详细]
2023-01-22 04:52 分类:问答IFrame on unload refresh parent page
I have an iframe in a page. When the iframe is closed I would like to refresh the parent page. Checking out the iframe element w3 page I see there are no standard events.[详细]
2023-01-19 02:11 分类:问答How to know when popup is closed in javascript
This code will open go.com in popup window: <a href=\"javascript:void(0)\" onClick=\"javascript:window.open(\'http://go.com\',\'\',\'status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,wi[详细]
2023-01-18 06:39 分类:问答Attatching setTimeout() to window.opener from window in unload callback
I\'m trying to do this: $(function() { var parent = window.opener; $(window).bind(\'unload\', function() {[详细]
2023-01-11 02:04 分类:问答Get url for the page being opened next in window.onunload event
Is there a way get the location for page being opened next in the window.onunload event. B开发者_如何学JAVAest Regards,[详细]
2023-01-06 08:51 分类:问答Cross browser window close event [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: Close /Kills the seesion whenclose the browser or tab[详细]
2023-01-02 06:31 分类:问答Is it posible to use "confirmit" to open new url in the same window?
I\'m using a the confirmit java script function to redirect to a new url with a positive response. It doesn\'t do exactly what I want - and maybe I can\'t have exactly what I want.[详细]
2022-12-30 17:05 分类:问答Is there a recommended approach to handle saving data in response to within-site navigation without onunload event?
Preamble to scope my question: I have a w开发者_如何学运维eb app (or site, this is an internal LAN site) that uses jQuery and AJAX extensively to dynamically load the content section of the UI in the[详细]
2022-12-30 12:15 分类:问答