meta actualización redirigir al marco superior

Tengo el siguiente código:

<html>
<head>
<title>title of this stuff</title>
<script language="JavaScript"> 
  if (top != self) top.document.title = document.title;
</script>
<meta http-equiv="refresh" content="2;     URL=javascript:window.open('certainpage.html','_top');">
</head>
<body>
Body of this page
</body>
</html>

y esto no funciona. He buscado en Google para esto y he llegado a la misma conclusión en todas partes: esto debería funcionar. Pero no lo hace. ¿Alguien puede ayudarme a entender por qué esta página no es?

¡Cualquier ayuda sería apreciada!

Respuestas a la pregunta(1)

Su respuesta a la pregunta