It is DynAPI.onUnload (with a capital U), not DynAPI.onunload (with a lowercase u)
It does fire, you can check it with an alert.
Here is the line of code that I do in my DynAPI.onUnload...
/*
DynAPI.onUnLoad=function() {
if (this.loaded) this.document.deleteAllChildren();
};
*/
--proteanman
On Wed, 24 January 2001, "Doug Melvin" wrote:
>
> There is a DynAPI.onunload.. but It doesn't seem to get fired..
>
> try
> <body onunload="javascript: DoUnload();">
> </body>
>
> it WILL get fired.. (even when you close the browser..)
> ----- Original Message -----
> From: "Geoffrey Makstutis" <[EMAIL PROTECTED]>
> To: "Dynapi List" <[EMAIL PROTECTED]>
> Sent: Wednesday, January 24, 2001 7:07 AM
> Subject: [Dynapi-Help] animating onUnload
>
>
> > Thanks for all the help with sequential sliding. The next obstacle I have
> > encountered is:
> >
> > Is there a way of firing a series of events to happen when the page is
> > unloaded?
> >
> > For example, I have a link to another page. When that link is clicked, I'd
> > like to have some layers slide off the screen before loading the next
> page.
> >
> > As there is a DynAPI.onLoad is there a DynAPI.onUnLoad (or similar)? If so
> > what is the correct usage of this?
> >
> > Thanks.
> >
> >
> > _______________________________________________
> > Dynapi-Help mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-help
>
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help