PDA

View Full Version : javascript help needed


Palleib
06-15-2001, 08:29 AM
I got this
<script>
if (document.referrer.indexOf('asshole.com') > -1)
location.href = 'http://popuphell.com';
</script>

But what if 2 or 3 links to my site and I dont wnat the lousy traffic.

Thanks in advance

Tipsy
06-15-2001, 04:39 PM
You could always repeat it.

salsbury
06-15-2001, 04:49 PM
you can set it up with .htaccess, the same way you set things up so sites can't steal your images. (you are protecting your images from being stolen, right?)