![]() |
Is there any other way to have a JS function on exit other than using ...
Is there any other way to have a JS function on exit other than using "onunload" in the body or frameset?
I want to send all exits from a site with frames to a JS function. I tried putting a hidden frame with just the code and onunload but it doesn't work sometimes when the main frame page is still loading. Thank you Jer |
onbeforeunload
|
actually i think you can just add it to an image, like < img src="image.gif" onunload="Function()">
|
Quote:
|
actually you cant do that (img tag thing ) but you could add this to the body tag onabort="function();"
|
Quote:
|
All times are GMT -7. The time now is 12:38 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123