Ok, when I remove the <script></script> from the page, I get
this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>LimeWire</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#373737">
</body>
</html>
Doesn't look like my browser is doing anything wrong - to me.
Why don't you add this to the header?
<meta http-equiv="refresh" content="0; URL=http://www.limewire.com/english/content/home.shtml">
Or a link to that in the body? When I do that manually, even the links for each flag are correct. Though after that the problems continue but that's simply caused by relying on location.replace(). |