Quote:
Originally Posted by kkvsam
I have blogger site
|
On Blogger you can't enter custom PHP code.
But you can include the following javascript in the Template:
Code:
<script>
if (document.referrer = "http://badpage.com") location.href = "http://www.google.com";
</script>