it would not work.
Theres an event that is always fired on page changes.
It's the 'unload' event, you could use it for your purpose.
But it is fired when the page is closing (before it closes).



Fábio Miranda Costa
Engenheiro de Computação
http://meiocodigo.com


On Mon, Mar 23, 2009 at 9:57 AM, Thierry bela nanga <[email protected]>wrote:

> are you trying to replace the window.location ???
>
>
> On Mon, Mar 23, 2009 at 1:46 PM, JoomlaCBE <[email protected]>wrote:
>
>>
>> Thanks vey much for your quick response. Can I implement one on my
>> own ?
>> For example:
>>
>> var wl = window.location;
>> window.location = function(link) {...};
>>
>> Would this work ?
>> Jan
>>
>> On Mar 23, 1:42 pm, Fábio Costa <[email protected]> wrote:
>> > I think no event is fired.
>> >
>> > Fábio Miranda Costa
>> > Engenheiro de Computaçãohttp://meiocodigo.com
>> >
>> > On Mon, Mar 23, 2009 at 9:28 AM, Jan Moehrke <
>> [email protected]>wrote:
>> >
>> >
>> >
>> > > -----BEGIN PGP SIGNED MESSAGE-----
>> > > Hash: SHA1
>> >
>> > > Hi there,
>> > > I have a simple question: which event ist fired when a redirect via
>> > > window.location is issued ?
>> > > Thank you very much in advance,
>> > > Jan
>> > > -----BEGIN PGP SIGNATURE-----
>> > > Version: GnuPG v1.4.9 (GNU/Linux)
>> > > Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org
>> >
>> > > iEYEARECAAYFAknHgIAACgkQAJY3iWUf5duplACfb+JWKONTGq/oZgL9WjFRSTME
>> > > PXwAn2SVAXhvDmE7ocRZy0/01rNBKfmg
>> > > =Fovs
>> > > -----END PGP SIGNATURE-----
>>
>
>
>
> --
> fax : (+33) 08 26 51 94 51
>

Reply via email to