Javascript Class using the window.onunload event
- by Ian
Hi All,
I have a javascript class with methods and properties.
Is it possible to wire this class up to a pageunload event?
I am trying to call a method in my class when the user moves pages.
How can I do this.
Thanks