meta refresh redirect to top frame
问题 I have the following code: <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> and this doesn't work. I've googled for this and come to the same conclusion everywhere: this should work. But it doesn't. Can anyone help me out why this page isn't: 1. refreshing