Re: frames and back action
- From: Erwin Moller <Since_humans_read_this_I_am_spammed_too_much@xxxxxxxxxxxxxxxx>
- Date: Wed, 19 Nov 2008 15:13:01 +0100
Flyzone schreef:
On 18 Nov, 19:15, Erwin Moller
<Since_humans_read_this_I_am_spammed_too_m...@xxxxxxxxxxxxxxxx> wrote:
Warning: Thomas Pointedears once told me that 138% of the statistics you
find on the web are flawed. ;-)
Will be used by 3 users in a intranet...no problem for that :P
Don't use frames and avoid this whole mess. Or make a working syncing
mechanism in JavaScript.
I cannot avoid frames (many reasons for this), but I however have the
problem with the back action...
From msdn website seems not exist and if I try to use it in a
webpage,
the action is made when loading the page.
So..how to intercept the back button of the browser?
Hi,
I cannot follow everything you wrote, but I can maybe help with the last question: "So..how to intercept the back button of the browser?"
Have a look at the unload event handler, eg:
<body onUnLoad="alert('bye');">
Maybe you can do the syncing in there?
Regards,
Erwin Moller
Thanks...
--
"There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult."
-- C.A.R. Hoare
.
- Follow-Ups:
- Re: frames and back action
- From: Flyzone
- Re: frames and back action
- References:
- frames and back action
- From: Flyzone
- Re: frames and back action
- From: Erwin Moller
- Re: frames and back action
- From: Flyzone
- frames and back action
- Prev by Date: Re: frames and back action
- Next by Date: IE6 memory leak - very fiddly
- Previous by thread: Re: frames and back action
- Next by thread: Re: frames and back action
- Index(es):
Relevant Pages
|