为什么iframe不显示HTML文件?

时间:2016-07-06 20:12:55

标签: html html5 iframe

我尝试使用SRC

iframe之前添加HTML页面
<iframe sandbox="allow-same-origin allow-scripts allow-popups allow-forms" src="widget.html">
</iframe>

因此,这种方式将html文件显示为iframe中的简单文本(代码)

HTML文件:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <title></title>
  <meta name="Generator" content="Cocoa HTML Writer">
  <meta name="CocoaVersion" content="1404.34">
  <style type="text/css">
    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 14.0px; font: 12.0px Helvetica; color: #000000; -webkit-text-stroke: #000000}
    p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 14.0px; font: 12.0px Helvetica; color: #000000; -webkit-text-stroke: #000000; min-height: 14.0px}
    span.s1 {font-kerning: none}
  </style>
</head>
<body>

<b>test page</b>

</body>
</html>

1 个答案:

答案 0 :(得分:1)

如果其他人遇到此问题,请继续参考,在进一步讨论并查看HTML后,发现iFrame src没有围绕它的optional (char 'x')标记。