我正在尝试在iframe中打开http://teeSpring.com/
。它抛出Refused to display 'http://teespring.com/' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
错误。
我已经通过了多个答案,但没有一个对我有用。大多数解决方案都特定于谷歌地图,脸书或YouTube视频。
这是我的代码:
<html>
<head>
<base target="_blank" />
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
</head>
<body>
<iframe src="http://teespring.com" name="frame1" style="border: 0; width:20%; height:20%; overflow:auto;">
</iframe>
</body>
</html>
我确实使用了target="_blank"
,但没有运气。
注意:尝试打开第三方网页。所以我无法控制添加标题或其他元数据。
答案 0 :(得分:4)
teespring.com
告诉访问者的浏览器他们不应该在框架中显示它。
您有四种选择:
teespring.com
交谈,并说服他们不要这样做