here is an old topic;
Author: Daarius (212.50.132.118)
Date: 2000-07-12 14:55:55
in BODY tag of HTML, put the following JAvaScript function:
OnUnLoad();
e.g. if you want to popup another window or execute any js function you can do it like this:
OnUnLoad="window.popup('goodbye.php');"
thats it! 🙂
i think i've tried all ways (minus one, which is probably the correct one ) to make this work.
could somebody spell it out for me....