|
That sounds like a script you would need programed for you.
if you know the referering URLs you can use Java
< SCRIPT LANGUAGE="JavaScript" >
<!--
if (document.referrer.indexOf(blabla.com') > -1)
location.href = 'http://www.redirect.com';
//-->
< /SCRIPT >
Remove the spaces from the script tags.
|