Hello
In Webmaster tools I have a 404 url mysite.com/forums/showthread.php?p=
Webmaster Tools says this url is linked from loads of pages in my forum but when I look at the source code via IE etc the only place I can find this url is at the bottom of the page
Code:<script type="text/javascript"> window.orig_onload = window.onload; window.onload = function() { var cpost=document.location.hash;if(cpost){ if(cobj = fetch_object(cpost.substring(1,cpost.length)))cobj.scrollIntoView(true);else {cpostno = cpost.substring(5,cpost.length);if(parseInt(cpostno)>0 && (cpost.substring(1,5)=='post')){location.replace('http://www.mysite.com/forums/showthread.php?p='+cpostno);};} } if(typeof window.orig_onload == "function") window.orig_onload(); } </script>


1Likes
LinkBack URL
About LinkBacks





Reply With Quote

