Ότι είναι στο head δουλεύει για IE , Chrome, τα script στον Firefox «είναι εισαγωγικά και ‘ σάν απόστροφος
Το πρώτο κομμάτι στο tag meta δουλεύει για όλους τους browser πλην τον firefox γιαυτό και μπαίνει και στο κώδικα το script
<html>
<head>
<meta HTTP-EQUIV=»REFRESH» content=»0; url=/wordpress/index.php»>
<script type=»text/javascript»>
var URLToRedirect=’http://www.sfopat.gr/wordpress/index.php’;
window.location.replace(URLToRedirect);
window.location.assign(URLToRedirect);
self.location=URLToRedirect;
top.location=URLToRedirect;
window.location.href=URLToRedirect;
function leload_page()
{
window.location.reload(true); //reload from server
}
</script>
</head>
<body>
</body>
</html>