<frameset> <frame> 在 Chrome 和 Firefox 中不工作
<frameset> with <frame> not working in Chrome & Firefox
我正在尝试创建整页 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>
查看浏览器的开发者控制台。
Refused to display 'https://accounts.google.com/b/0/DelegateAccountSelector?continue=https://ac…_type%3Donline%26approval_prompt%3Dauto%26state%3D1613182848&btmpl=authsub
' in a frame because it set 'X-Frame-Options' to 'DENY'.
http://www.freedom.tm/auth/limebukkit+apply
重定向到 Google 以处理登录,Google 不会让您将他们的页面放入框架中。
我正在尝试创建整页 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>
查看浏览器的开发者控制台。
Refused to display '
https://accounts.google.com/b/0/DelegateAccountSelector?continue=https://ac…_type%3Donline%26approval_prompt%3Dauto%26state%3D1613182848&btmpl=authsub
' in a frame because it set 'X-Frame-Options' to 'DENY'.
http://www.freedom.tm/auth/limebukkit+apply
重定向到 Google 以处理登录,Google 不会让您将他们的页面放入框架中。