我制作了小型iframe并链接到google.com,但它无效 我的代码是
<iframe width="560" height="315" src="https://www.google.com.pk/" frameborder="0" allowfullscreen></iframe>
错误
Refused to display 'https://www.google.com.pk/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
www.google.com.pk/ Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE
答案 0 :(得分:1)
您输入了错误的网址。请参考以下代码。它可能对你有帮助。
<iframe width="560" height="315" src="https://www.google.co.pk/" frameborder="0" allowfullscreen></iframe>
您的网址应为:&#34; https://www.google.co.pk&#34;。 哟已进入:https:www.google.com.pk&#34;这是无效的网址。
答案 1 :(得分:1)
出于安全原因,包含Google的许多网站都阻止自己在iframe中显示。