拒绝显示' https://www.google.co.in'在一个框架中因为它设置了X-Frame-Options'到#SAMEORIGIN'

时间:2016-07-15 05:24:47

标签: jquery iframe bootstrap-modal

我尝试在我的iframe中加载外部网址,但它没有加载任何内容。它只是给我一个错误:拒绝在一个框架中显示一个驱动器页面,因为它设置了' x-frame-options'到#sameorigin'。

    <html>
    <head>    
    <title>Iframe Test</title>
    <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.4.min.js"></script>
</head>
<body>
    <h2> Welcome 2 My Site </h2>
    <CENTER>
<table cellpadding="2" cellspacing="2" width="100%">
<tr>
<td bgcolor="#FFFFFF"><iframe src="http://www.google.com" height="400" width="100%"></iframe> </td>
</tr>
</table></CENTER>
</body>
</html>

0 个答案:

没有答案