legitnoobie
Newbie
- Sep 9, 2013
- 7
- 1
Can anyone please edit the script I'm currently using so that it will be a popunder that will open even on mobile devices?
<script type="text/javascript"> window.onclick = function() { setTimeout("window.location.href= 'yourLINKhere'",2000); } </script>
<script type="text/javascript"> window.onclick = function() { setTimeout("window.location.href= 'yourLINKhere'",2000); } </script>