我已将此代码放入我的索引中,以加载新页面,然后在 2 秒后移至我的原始屏幕。
打算加载“music_player”,然后在 2 秒后,移动到我的 NORMAL 页面。
让播放器在新窗口中加载。但是代码不能正常工作,它只是在没有“Target="_blank" 的情况下替换,不知道为什么?
下面是代码!!
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="refresh" content="5; url=http://www.mysite.com/start.php" />
<meta http-equiv="refresh" content="3;URL=http://www.mysite.com/player.html" Target="_blank/>
</head>