Tagged Questions
2
votes
0answers
254 views
IE9 browser crashes if we close the window before it finishes loading
I have a situation here, when I am closing the IE9 browser window before it finishes loading, then the browser is getting closed and reopen. This results in my web application to crash.
After some ...
1
vote
1answer
2k views
JSF p:remoteCommand and javascript event onbeforeunload
We have several web applications a user can login. On click on logout button some logic must be processed. The problem is that most users close the browser without clicking on logout button. I tried ...
0
votes
1answer
999 views
IE9 firing onbeforeunload event when the window opens
I'm building a site using the JFileUpload applet and want to handle the closing of a page in a certain way. JSTransferCancelled is called when the applet is cancelled. The following code is what I'm ...
1
vote
2answers
1k views
IE9 onbeforeunload called twice when window.location changed in button event… minimal reproduction
I've been hammering and hammering at this and just can't get anywhere.
I have a cancel button that does a "window.location = '404.htm';" when clicked. The onbeforeunload handler fires twice, but only ...
5
votes
4answers
4k views
onbeforeunload event is too enthusiastic in IE9
Here's some sample test html:
<!DOCTYPE html>
<html>
<body>
<a href="javascript:alert('Not going anywhere!');">Go nowhere 1</a>
<a ...