Forum Moderators: DixonJones
The other site has a page www.theirsite.com which has a link to www.theirsite.com/ourcompany.htm
However, in the page www.theirsite.com/ourcompany.htm there is this javascript...
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
</script>
</head><body onLoad="MM_goToURL('parent','http://www.ourdomain.co.uk/theirstuff');return document.MM_returnValue">
</body>
</html>
Will this stop the referrer www.theirsite.com/ourcompany.htm coming up in our logs? Or should I still expect to see it, or something else?
A speedy reply would be great as my boss is breathing down my neck on this one!
Cheers,
H.