Forum Moderators: open
and this function
<added><script language='javascript'><!--</added>
function goDown()
{
document.location.href = document.location.href + "#mickey";
}
//--></script>
<body onLoad="goDown();">
U think the page with URL --> document.location.href (which is ranked very well) will be penalized/or so on?
Thx
But this looks like the kind of hack that works best when loading pages from your home PC, or via a fast connection. You might want to test this over a modem to see if the redirect is too jarring. Plus some browsers may download the entire page again if they are not cacheing.