View Single Post
Old 12-28-2005, 07:37 PM  
Dirty F
Too lazy to set a custom title
 
Dirty F's Avatar
 
Industry Role:
Join Date: Jul 2001
Posts: 59,204
Quote:
Originally Posted by Peacemaker
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var refarray = new Array();
refarray['images.google.com'] ="http://www.domain.com?from=images.google.com";
for (var i in refarray) {
if (document.referrer.indexOf(i) != -1) top.location.replace(refarray[i]);
}
// End -->
</script>

should work with google image traffic
Aaaawesome...gonna try it now.
Dirty F is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote