Forum Moderators: DixonJones

Message Too Old, No Replies

I need to find page requests from a certain referrer

but they've used a javascript - is this screwing it up?

         

HelenDev

2:13 pm on May 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've got my raw log files and I need to find where a page on our site was referred to by a page on another site, but I'm not having any luck.

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.

HelenDev

10:38 am on May 19, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Anyone?

pretty please with sugar on top :)