This is The Code (script)
<script type='text/javascript'>
var block = ['URL1', 'URL2'];
for (var b = block.length; b--;) {
if (document.referrer.match(block[b]))
window.location = "WILL REDIRECT TO";
}
</script>
Related Posts:
blogging
dev
howto
Programming
tech
templates
tips
webdesign
0 commentaires:
Post a Comment