I have a JS file which has an unload event function, which is pretty important.
However, on one of my pages, I want to call the unload event function inside of it. But I want both the functions to excecute.
Is it possible for both of them to execute? I just don't want one of them to get overridden.
Thanks for your help.