Re: window.onbeforeunload event in Netscape
From: bruce barker (nospam_brubar_at_safeco.com)
Date: 12/16/04
- Next message: -Karl: "Refreshing the page after posting issue"
- Previous message: Max: "Link to a file within a web application"
- In reply to: Vladimir: "window.onbeforeunload event in Netscape"
- Next in thread: Vladimir: "Re: window.onbeforeunload event in Netscape"
- Reply: Vladimir: "Re: window.onbeforeunload event in Netscape"
- Messages sorted by: [ date ] [ thread ]
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
|
|
- Next message: -Karl: "Refreshing the page after posting issue"
- Previous message: Max: "Link to a file within a web application"
- In reply to: Vladimir: "window.onbeforeunload event in Netscape"
- Next in thread: Vladimir: "Re: window.onbeforeunload event in Netscape"
- Reply: Vladimir: "Re: window.onbeforeunload event in Netscape"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|