【发布时间】:2016-04-02 11:51:24
【问题描述】:
我正在制作一个简单的 html 页面,它需要 <iframe> 来显示页面的特定区域。我用了很多次iframe,但这次我不知道我做错了什么......
请看一下我的代码并帮助我!
HTML
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Iframe Test</title>
</head>
<body>
<iframe src="https://www.secure-booker.com/sorelle/ShopOnline/Products.aspx" width="1000" height="1000" frameborder="0"></iframe>
</body>
</html>
【问题讨论】:
-
“不工作”是什么意思?
-
IS NOT WORKING 意味着 iframe 不工作并且什么也没有显示...
-
它被 X-FRAME-OPTIONS 阻止。参考我的答案!