Re: window.onbeforeunload event in Netscape

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: bruce barker (nospam_brubar_at_safeco.com)
Date: 12/16/04


Date: Thu, 16 Dec 2004 13:29:26 -0800

use the onsubmit which fires before the submit. note: the event does not
file if a form.submit() is done, so if you use asp.nets __dopostback(), you
need to update it to call your event.

-- bruce (sqlwork.com)

"Vladimir" <corp1@ukr.net> wrote in message
news:uy$bSF64EHA.2180@TK2MSFTNGP10.phx.gbl...
| It appears that this event (window.onbeforeunload) does not fire at least
in
| Netscape 7.0 and 7.1. But window.onload and window.onunload events do! I
| really need this event handling in my application as I need to show
message
| after submit button click but before actual unload wich starts after
client
| receive responce from the server. This responce is very slow sometimes.
Thus
| client should be warned.
| Does anybody know how to solve this problem?
|
| --
|
|
| Vlad
|
|



Relevant Pages

  • Re: mdi client problems - second try
    ... Here is what happens: Activated fires; ... This will set the form as the active MDI child and give ... A user never selects a client form. ... >> that will fit in the MDI parent. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Events in a console app
    ... but for instance OnClientConnect never fires, ... in console apps - no windows messages of course, ... It does have an internal notification, but it relies on receiving a message from the OS. ...
    (comp.lang.pascal.delphi.misc)
  • Re: Too many indirections?
    ... > Server instance s fires out events. ... > Client instance c must be updated according to these events. ... queue manager as a special kind of mediator. ... > that if c's interface changes then I just change m. ...
    (comp.object)
  • NIO - handling read events best practice?
    ... I have a server that waits for OP_ACCEPT and when that happens, ... When an OP_READ event is fired, my handling routine creates a "client" ... synchronized "queue". ... Now OP_READ fires again for that same client send ...
    (comp.lang.java.programmer)