View Single Post
Old 03-19-2002, 01:51 AM  
Muff
Confirmed User
 
Join Date: Mar 2001
Location: Toronto
Posts: 1,782
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.
Muff is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote