Hi Is there any way to code a script to automatically redirect another url when people are exiting my site (Ex: Back button, type and another domain name in the address bar, etc...) ? thx
You can't do it. When user exit your site, you can get this via onunload You can call your_function() when user exit your website, but in your_function() you don't call a function automatically redirect another url (ex: location.href='').