help kill referrer!
help kill referrer!
Out of context: Reply #2
- Started
- Last post
- 30 Responses
- xrusos0
what about using javascript like this?
---
if (document.referrer == 'http://bobby.watchfire.com')
{
window.location.href = "neveragain.htm" ;
---
but i want to prevent their little parse script from parsing my code. any way to thward their efforts?