partymarty4870
Elite Member
- Jul 7, 2010
- 2,032
- 1,697
Now this comes with no guarantee's - so no whinging if it doesn't work, or has negative effects
This code will redirect your customers to the correct page. I have made a couple of sales today using this. (this site didn't matter much to me though)
obviously replace the yourredirectedpage.com with where you want them to land and the 12000 is 12 seconds, so set that however long you want.
Again I stress - use at your own risk.
This code will redirect your customers to the correct page. I have made a couple of sales today using this. (this site didn't matter much to me though)
Code:
<script src="[URL]https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script[/URL]>
<script>$(document).ready(function() {setTimeout("location.href='http://www.yourredirectedpage.com'", 12000);});</script>
obviously replace the yourredirectedpage.com with where you want them to land and the 12000 is 12 seconds, so set that however long you want.
Again I stress - use at your own risk.