时间:2015-03-14 10:49:57

标签: html frameset

我正在尝试创建整页iframe。它在Safari上显示,但不在Chrome和Firefox上显示。

<html>
<head>
    <meta charset="UTF-8">
    <title>Dashboard!</title>
</head>
    <frameset>
        <frame src="http://www.freedom.tm/auth/limebukkit+apply">
    </frameset>
    <noframes>
        Your browser does not support frames. Please click <a href="http://www.freedom.tm/auth/limebukkit+apply"> here </a> to be redirected automatically
    </noframes>
</html>

1 个答案:

答案 0 :(得分:2)

查看浏览器的开发者控制台。

  

拒绝在相框中显示“https://accounts.google.com/b/0/DelegateAccountSelector?continue=https://ac…_type%3Donline%26approval_prompt%3Dauto%26state%3D1613182848&btmpl=authsub”,因为它将“X-Frame-Options”设置为“DENY”。

http://www.freedom.tm/auth/limebukkit+apply重定向到谷歌处理登录,谷歌不会让你把他们的网页放在框架中。