I need a script that will redirect users to an EXIT page before they actually exit. I tried using...
On Exit SCRIPT
5
I need a script that will redirect users to an EXIT page before they actually exit.
I tried using...
<!-- Exit script -->
<script language=javascript>
window.onbeforeunload = function () {
window.location = 'http://www.website.com/page.html';
return false;
}
</script>
<!-- -->
but for some reason even the RELATIVE links are redirecting me to the exit page.
Need help
Thanks
I tried using...
<!-- Exit script -->
<script language=javascript>
window.onbeforeunload = function () {
window.location = 'http://www.website.com/page.html';
return false;
}
</script>
<!-- -->
but for some reason even the RELATIVE links are redirecting me to the exit page.
Need help
Thanks
- kevbo22
- kevbo22
- [ 1 ] Thanks
- [1] reply
- dlundy1
- softwarewarden
- [1] reply
- dlundy1
Next Topics on Trending Feed
-
5