Enter Keywords:
1 - 10 of 105(0.007 seconds)
Sort By:
 
Is there way to determine if user closes browser's window, because OnUnLoad works both when closeing window and when different page is loaded ziolko.
Zones: JavaScriptDate Answered: 04/06/2001 Rating: 7.8 Views: 0
Hi,   I know you cannot detect how many windows are open BUT here is the scenario I am trying to code for: 1. User is on one of 6 pages that has a onUnLoad popup code. 2. If the user opens any...
Zones: JavaScriptDate Answered: 02/12/2002 Rating: 8.0 Views: 0
My multi page maintenance application uses the OnUnLoad function to trigger a recordset update when the user links to another page.  But, after the recordset update the OnUnLoad function does not l...
Zones: JavaScriptDate Answered: 11/22/2002 Rating: 9.2 Views: 0
I have a use of onUnload to find out when a page is being replaced. When testing code that works of ie 5 and abot and ns 6 on NS 7 it didnt work. Does anyone know if they changed the name o...
Zones: JavaScriptDate Answered: 01/15/2004 Rating: 9.0 Views: 0
Hi all, On my ASP page ( a chat program), i have a linked image of an exit button that when clicked, it goes to run some ASP code to perform a person logging out , taking him off the applicatio...
Zones: ASPDate Answered: 08/18/2003 Rating: 8.8 Views: 0
Imagine a select list with some options. When you select a particular option, a window might popup, or it might not, some options don't pop up a window, but in this case lets say it does, and you f...
Zones: JavaScriptDate Answered: 01/13/2006 Rating: 7.2 Views: 0
Here is the case: I need to log into the database how long a particular person is on a page.  I have an onunload event trigger an image src change which changes the source to a php script which ...
Zones: JavaScriptDate Answered: 02/21/2006 Rating: 6.0 Views: 12
I'm trying to get the below code to detect when a user exits a webpage and run an ASP command.  So far, I can only make this work in Internet Explorer (entire code shown below).  But, I need suppor...
Zones: JavaScriptDate Answered: 05/11/2006 Rating: 4.2 Views: 0
It seems like onUnload doesn't work in some browsers when it is used to open a new window... is there a way around this? I have tried in various browsers, both windows and mac, some work, some don...
Zones: JavaScriptDate Answered: 10/04/2006 Rating: 8.0 Views: 4
I guess it kind of makes sence, but its quite anoying.  If the page has not 'loaded' it can't 'unload'. I track when a user leaves the page with the 'onunload', however, if they close the page ...
Zones: JavaScriptDate Answered: 09/15/2006 Rating: 9.6 Views: 0