Enter Keywords:
1 - 10 of 57(0 seconds)
Sort By:
 
Hi All, I have a page that uses smart navigation. When I tried to add an onbeforeunload JS function, that function never got called. If I turn the smartnavigation off .. the function gets ca...
Zones: C#Date Answered: 02/17/2005 Rating: 8.6 Views: 0
hi all experts, Please see my testing page. http://web1.media60x.com/html/test/confirmsave.html When I use event "onBeforeUnload", how can I classify when is user click the link and when i...
Zones: JavaScriptDate Answered: 01/29/2001 Rating: 9.2 Views: 0
Hi, I am finding out if a User has made any changes on controls in a form. If the User tries to leave the current page, I am trapping it using ONBEFOREUNLOAD in the BODY tag. Now the message ...
Zones: JavaScriptDate Answered: 10/24/2002 Rating: 7.2 Views: 0
Can I catch the window_onbeforeunload inside my mypage.aspx.cs> I don't want to use the usual way jscript: <body onload="setTab()" onbeforeunload="Window_OnBeforeUnload()">") When the user...
Zones: .NETDate Answered: 10/21/2003 Rating: 9.0 Views: 4
Can I catch the window_onbeforeunload inside my mypage.aspx.cs> I don't want to use the usual way jscript: <body onload="setTab()" onbeforeunload="Window_OnBeforeUnload()">") When the user...
Zones: Web DevelopmentDate Answered: 07/19/2003 Rating: 8.8 Views: 0
Hi, I am trying to find a way to simulate the behavior of onbeforeunload function in Netscape.  I understand that Netscape does not support this function.  I have a form that has user information, ...
Zones: Web BrowsersDate Answered: 02/22/2004 Rating: 7.6 Views: 0
Hi, can anybody guve me the solution for onbeforeunload event which works in IE .Can anbody suggest any netscape alternative??
Zones: JavaScriptDate Answered: 04/13/2004 Rating: 9.2 Views: 0
Hello!  I need a working code that will ask the user if he/she tries to close/navigate away from a page whether or not he/she really wants to do so.  There are many codes already on EE but you have...
Zones: JavaScriptDate Answered: 07/29/2004 Rating: 5.8 Views: 0
I am trying to save the contents of a textarea to a new window when a user closes the present window without submitting. I have tried the following code, it opens the new window, but does not popul...
Zones: JavaScriptDate Answered: 08/09/2004 Rating: 8.0 Views: 0
I am using the below code to warn the user if they try and leave the page, the thing is i have it on a page with a flash file, what i want is to be able to re direct to another page without the pop...
Zones: JavaScriptDate Answered: 07/08/2005 Rating: 8.2 Views: 314