ineedhelplease
Technical User
My website has several links pointing to relevant external sites. Is there a way to log the links that are clicked on to exit my site or domain? Any help would be useful.
Thank you.
Thank you.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<body onunload="document.getElementById('log').src='log.php?'+document.activeElement.href);">
<iframe id="log" src="" style="display: none;"></iframe>
</body>