asp.net - Making sure certain events are handled when closing browser window -


Some actions need to be done when a pop-up is turned off on our website.

Note: The session is not an end, but only one popup is being closed.

The solution we have so far has been catching the unload of the page and then pops up a page to complete the actions. When the new popup ends -> it hides itself and everyone is happy.

The problem is with popup blockers, they prevent our finisher window from being executed.

Is there any way to force this window to open? Is there a different way of executing this set of actions? (This function is similar to shutting down the server MF session which we have opened.)

For example instead of a popup, jquery ui dialogs, then the code of the dialogue is on the same page and you can easily handle anything that happens on that page, stop the dialog, The other can pop and similarly ...

cheers


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -