The onunload tag has no wiki summary.
4
votes
3answers
82 views
Show popup window when the browser close
I'm developing an eCommerce(PHP) web site and here's my requirement.
Once the customer leave the order page or close the browser,
I would like to offer another product with pop up or alert box.
If ...
2
votes
2answers
134 views
Onunload, onbeforeunload - guidance requested
I have a web server that generates questions for students of a particular subject. The web server needs to keep track of how much time each student has spent on a particular set of questions.
The web ...
1
vote
1answer
82 views
How to logout during onbeforeunload/onunload using Javascript
<script type="text/javascript">
window.onbeforeunload=before;
window.onunload=after;
function before(evt)
{
var message="If you continue, your session will be logged out!";
if(typeof ...
1
vote
1answer
20 views
Having trouble displaying a window upon page close
So I'm looking to display a window when the user tries to leave a page, but I'm having quite a bit of trouble.
<script type="text/javascript">
window.onunload = openWin()
</script>
When ...
0
votes
1answer
93 views
OnUnload Alert Error “NS_ERROR_NOT_AVAILABLE”
<html>
<body>
<button type="button" onclick="clickme()">Click Me</button>
<script>
var test = 0;
function clickme() {
test = 1;
console.log(test);
}
...
1
vote
2answers
34 views
Disable Browser onUnload on certain links?
I am working on a Web Hosting panel which has a DNS records manager. I have to use a lot of JavaScript to make it perform almost like a desktop application.
I really wanted to show a Custom Dialog ...
0
votes
0answers
38 views
How can I send a disconnect message to websocket before leaving page
So basically, if I have say a chat application using websockets, I want to be able to send the server a message saying I'm disconnecting. I've tried binding to onbeforeunload, but that seems to only ...
2
votes
1answer
55 views
Exit Pop Javascript not functioning properly
I have been trying to get this exit pop to work. So far I can get it to work on a Mac in FF, Chrome and Safari, but struggling with IE, FF, Chrome for Windows. These are two snippets that I have tried ...
1
vote
1answer
110 views
Javascript show onunload only when browser is closed
I currently have a website that uses a cart-like system for temporarily holding enquiries. I currently use the Javascript onunload function to stop the user from leaving the page and loosing his/her ...
0
votes
0answers
18 views
how do i call gm_xmlhhtp request on unloading the page?
how do i call gm_xmlhttp request on unloading a page. this is what i have tried. the script is not running and i am unable to understand the eroor...please help
var saytime = function()
{
...
3
votes
3answers
117 views
What happens to Javascript when page navigates away?
What happens to Javascript when page navigates away?
A book I am reading is instructing to clear things on "unload" event.
But what's the point? doesn't everything get lost and released when pages ...
0
votes
0answers
274 views
NETWORK_ERR: XMLHttpRequest Exception 101 on ajax call AFTER close button clicked on browser window
I have a client/server communication set up using AJAX that is causing an exception of "NETWORK_ERR: XMLHttpRequest Exception 101" which I need to get to the bottom of.
The Ajax call is not ...
0
votes
0answers
379 views
What actions can be performed onunload using Javascript / Exit Pop up implementation ? . How to close exit pop up
I have successfully implemented an onbeforeunload pop up with help from http://kbeezie.com/cross-browser-exit-pop/ . I would like to close the lightbox ( created using fancybox ) in this article when ...
1
vote
0answers
66 views
Call a function when PYD (python + c++) module is being unloaded
I need to run some extra functions when I load a PYD and when I unload it because c++ core uses a module written in another language and this module needs to be loaded and unloaded manually.
I call ...
1
vote
1answer
443 views
onbeforeunload and onunload getting one to work after the other
I am having some trouble with the on before unload and the unload method. I thought i set the code right in terms of the onload method only firing up after the confirm method for onbeforeunload was ...
2
votes
1answer
323 views
JavaScript prevent function from firing when window is closed
I have a text field, ID="Text1", which fires a function, "validateField()" when the Text1 field loses focus (it also checks if the enter key was depressed "onkeydown")
example:
<input type=text ...
0
votes
1answer
200 views
onunload isn't fired when browser closing
Having troubles with onunload, onbeforeunload. I need to execute some code when user navigates away from the page, or browser is closed. onunload works for navigation away, but doesn't work when ...
0
votes
1answer
688 views
javascript/jquery open.window popup fires onunload after about:blank unloads
Let's say I have a button that opens a popup with window.open():
<button id = "my-button">Open window</button>
And I want to capture when this window closes. I use the following code:
...
3
votes
2answers
195 views
Struggling with onUnload
I am trying to write some javascript which asks a user, when they leave the page, if they want to fill out a survey (however annoying this may be!). I thought my solution was found by an answer on ...
0
votes
0answers
88 views
How to prevent 3rd party iframe onunload event in iOS (Safari 5)?
I have a mobile site which includes a 3rd party iFrame which has an onunload event. I don't want the onunload event to fire in certain situations.
I tried various ways like removing the iframe node ...
0
votes
2answers
535 views
addEventListener Problems in IE [duplicate]
Possible Duplicate:
MSIE and addEventListener Problem in Javascript?
I am trying to listen for a close event on a child popup window that is called by its parent page. The idea is for a ...
1
vote
0answers
151 views
onUnload firing after page load when refreshing page
I've found something very strange and I'm quite amazed, I wonder if someone has found it before or could imagine what's hapenning.
I have an ASP.NET MVC3 chess application. Now I'm developing a lobby ...
0
votes
0answers
128 views
dojo page with iframes hangs IE onunload
I have created a dojo page in my application which contains an Iframe in a content pane.We use IE 7+ as our browser
All the interactions happen inside this iframe
The pages that are loaded in this ...
0
votes
1answer
167 views
how to keep page position in ajax/jquery interface
I am currently building a simple ajax interface for a booking and tracking from for use on the web.
The problem I have is that if the user hits the back button or the refresh button any unsaved data ...
0
votes
2answers
554 views
check if changes saved before unload
I have the following javaScript
EDIT: included assignments for cahngesSaved
var changesSaved = true;
$(document).ready(function () {
$(".applyChanges").click(function (e) {
...
-1
votes
1answer
429 views
Browser close event For Firefox not working
In my application i have to alert user to signout on browser close.
For that i have used the javascript as below
<body scroll="no" onbeforeunload="browerClose()">
<script ...
0
votes
2answers
599 views
javascript event only on leaving site
I am creating my own simple stats to record which pages were read and for how long etc.
I then use an ajax call to record the info in a database, it's working using the window.ONBEFOREUNLOAD event, ...
0
votes
1answer
249 views
Firefox hits the server before “onunload” function is called
i have a simple page running with asp.net mvc
When i click f5 or ctrl + f5 only in FF, server is hitted before "onunload" javascript function is called. it is working as expected in IE. Any knowhow?
...
0
votes
1answer
338 views
Google Maps and Internet Explorer 8 Error onunload="GUnload()
Everyone:
sorry that I am a noob and don't really no how to fix this:
I get an error in IE8 when I navigate AWAY from a page that has google maps on it.
Here are the error details
Webpage error ...
0
votes
5answers
2k views
Javascript onload and onunload
Consider the following HTML snippet containing some javascript utilizing prompt and unload. The prompt() method works fine but I want alerting something like Goodbye, user when reloading or leaving ...
0
votes
2answers
395 views
HTML page unload is not getting called always in IE
I have an onunload method written on the body of a form. Since the page got large amount contents to be streamed from the server,it takes a while to download the entire form. While the form gets ...
1
vote
1answer
143 views
How to reliably run code on page close (e.g. “disconnected” message on site chat)
I have a 2-person site chat (us and any questioning clients) and I'd like to display "$client has disconnected" when they disconnect through any way, including:
Pressing back on the browser
Closing ...
0
votes
4answers
555 views
Don't have time to send get request on window unload
I want to notify the server on user closes browser window.
I tried all of the
$(window).bind("beforeunload", function() {
$.get("${contextPath}/notify?direction=logout");
});
and
...
0
votes
4answers
477 views
know when a popup is closed
I have a popup made with
var popup = window.open(URL, ...)
the content of the popup is not in my control.
I want to know when the popup is closed. I though
$(popup).unload()
could help me, but ...
1
vote
1answer
2k views
How to trigger onunload event when removing iframe ?
How can the iframe's unload event be triggered when removing it?
Using the code below, when removeChild(iframe) is called, the onunload event is not triggered.
<!-- parent.html -->
...
0
votes
1answer
350 views
user-unfriendly onbeforeunload / onunload
I'm struggling with onbeforeunload, onunload and generating the right messages at the right time. Any idea welcome. This is the situation:
when I use onbeforeunload, the user gets a message to ...
1
vote
0answers
150 views
differentiating between the closing of a window using window.close and other means (like clicking on cross)
I wish to find out whether the window was closed using window.close() or by manually (like clicking on the cross or refreshing, or Alt + F4). For that, I can check whether the unload event is called, ...
0
votes
0answers
279 views
Javascript onunload event not executing quickly enough
I'm wondering if I could be having a browser speed issue that is affecting the efficient execution of a simple Javascript function.
I'm using the onunload event handler to call a function that sends ...
0
votes
2answers
110 views
Set A Javascript Variable so it can be checked by an onunload function
I have a page that shows incoming stock parts so serial numbers can be entered. I have a JQuery Ajax function that updates the database and hides the line id a serial no is input. No problems here.
I ...
-3
votes
2answers
1k views
How do I stop a page from unloading with standardized JavaScript (Not `onbeforeunload`)
Before you relink me, I've read questions like How do I stop a page from unloading (navigating away) in JS?, but they deal with HTML4 and below. I want an answer that utilizes the HTML5 event ...
7
votes
4answers
20k views
window.onunload is not working properly in Chrome browser. Can any one help me?
I have written this code
function winUnload() {
alert("Unload Window");
MyMethod();
}
window.onunload = function() { winUnload(); }
This code is working fine in IE and Firefox. But ...
1
vote
1answer
2k views
onunload Ajax function not working in Chrome
I am developing an app that needs to store updated data in a database when the user leaves teh page. To do this I have bound a Ajax funtion to the "onunload" event of the page. This works in every ...
10
votes
4answers
5k views
How can I prevent window.onbeforeunload from being triggered by href links in IE?
I'm building a fail safe for my form that is going to warn users that if they leave the page their form data will be lost (similar to what gmail does).
window.onbeforeunload = function () {
...
3
votes
3answers
138 views
Implement locking & unlocking a document while editing
Here's the situation:
I have a web-based ticket application, multiple users.
One problem that might occur (and does happen in the old version I'm replacing) is that user1 opens a ticket, edits it, ...
4
votes
3answers
3k views
Detecting browsers that don't support onunload/onbeforeunload
Of all the browsers, it seems that only Opera doesn't support onunload/onbeforeunload events. (It's been fifteen years now, Opera!) Solutions for this issue have been covered many times, here for ...
2
votes
1answer
912 views
How to do ajax synchronous call from Chrome's window.onunload?
I'm trying to do a jquery .ajax synchronous call on window.onunload. FF and IE works but not on Chrome. I had done some testing and Chrome seems to terminate the window and not wait for the response.
...
0
votes
1answer
2k views
Refresh div after closing popup with onunload
I'm currently using the following code which opens a popup window, and refreshes the parent window when the popup is closed.
Parent / Open Popup Link Code
<script type="text/javascript">
...
0
votes
1answer
327 views
Javascript onunload
I have most of this script written but I know I am missing one key pice.
I need to call function (see below)...
function InternalLink() {
Page_ShowPopOnExit = false;
}
...in an if/else statement ...
1
vote
1answer
2k views
location.href does not work in chrome when called through the body/window unload event
Javascript - document.location or window.location or window.location.href or location.href does not work in Google Chrome 6 and 7(i didnt test lowers versions) when called from the window/body unload ...
1
vote
1answer
3k views
Is the onbeforeunload event not supported on iPhone?
So, I've got a handy little bit of functionality in place in a jQuery Mobile app that lets the user know if he/she is navigating away from the page, as this will trigger a log off. In simplified form:
...



