我得到了这个错误。
Refused to display 'https://www.google.com.au/?gfe_rd=cr&ei=uPilVOfREaGN8QfsvIGABQ&gws_rd=ssl' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.我已经制作了一个html5广告,并上传到我的广告服务器上,它生成了一个脚本,我将该脚本放在页面上以测试广告。页面在iframe中加载广告。
我有一个非常简单的链接来打开我的原始索引页面中的google.com页面,但我在测试页面中得到了这个错误。
<div id="container">
<div id="ad" class="collapsed">
</div>
<div id="left_panel" > <a href="https://www.facebook.com/owais.ahmed.96" id="example">Testing!</a>
</div>
<div id="right_panel" ></div>
</div>

发布于 2015-01-02 09:59:00
https://stackoverflow.com/questions/27736519
复制相似问题